Tiktok Downloader & Analyzer

Tiktok Downloader & Analyzer

Tiktok Downloader & Analyzer,one step download video without watermark from tiktok.com!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Tiktok Downloader & Analyzer",
  "version": "1.2.2",
  "description": "Tiktok Downloader & Analyzer,one step download video without watermark from tiktok.com!",
  "author": "ixspy",
  "icons": {
    "48": "img/tiktok-logo.png",
    "128": "img/tiktok-logo.png"
  },
  "browser_action": {
    "default_icon": "img/tiktok-logo.png",
    "default_popup": "html/popup.html"
  },
  "permissions": [
    "https://tik.ixspy.com/*",
    "https://www.tiktok.com/*",
    "http://tiktok.int.ixspy/*",
    "https://tiktok.ixspy.com/*",
    "http://api.tik.same.com/*",
    "https://api16-normal-c-useast1a.tiktokv.com/*",
    "https://*.tiktokcdn.com/*",
    "downloads"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.tiktok.com/*"
      ],
      "js": [
        "js/globParams.js",
        "js/jquery-1.8.3.js",
        "js/tiktok_menu.js",
        "js/echarts.min.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "js/jquery-1.8.3.js",
      "js/globParams.js",
      "js/file.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "js/inject.js",
    "css/menu.css",
    "vendor/bootstrap-3.3.7-dist/css/bootstrap.min.css",
    "vendor/bootstrap-3.3.7-dist/js/bootstrap.min.js",
    "vendor/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf",
    "vendor/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2",
    "vendor/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff",
    "js/jquery-1.8.3.js",
    "js/echarts.min.js",
    "img/*.png",
    "img/*.svg"
  ],
  "default_locale": "en",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}