Download Tiktok Videos

Download Tiktok Videos

Download videos without watermark including musically, mp3 audio, profile picture from TikTok and Douyin.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "Tiktok Downloader",
  "version": "1.0.2",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "icons": {
    "16": "img/logo16.png",
    "48": "img/logo48.png",
    "64": "img/logo64.png",
    "128": "img/logo128.png"
  },
  "background": {
    "scripts": [
      "jquery.js",
      "analytics.js",
      "function.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.fbion.com/*"
      ],
      "js": [
        "fbion.js"
      ]
    },
    {
      "matches": [
        "https://*.iesdouyin.com/*",
        "https://*.amemv.com/*",
        "https://*.tiktok.com/*"
      ],
      "css": [
        "player.css"
      ],
      "js": [
        "parse.js",
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "img/logo16.png",
      "48": "img/logo48.png",
      "64": "img/logo64.png",
      "128": "img/logo128.png"
    },
    "default_title": "Downloader for Tiktok",
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "contextMenus",
    "https://suggestqueries.google.com/*",
    "https://*.fbion.com/*",
    "https://*.tiktok.com/*",
    "https://*.akamaized.net/*",
    "https://*.musical.ly/*",
    "https://*.douyin.com/*",
    "https://*.iesdouyin.com/*",
    "https://*.amemv.com/*",
    "https://*.zjcdn.com/*",
    "http://*.zjcdn.com/*",
    "https://*.ixigua.com/*",
    "http://*.ixigua.com/*",
    "https://*.snssdk.com/*",
    "https://*.byteimg.com/*",
    "https://*.tiktokcdn.com/*"
  ],
  "web_accessible_resources": [
    "img/*.svg",
    "parse.js",
    "player.css"
  ]
}