TikTok Downloader

TikTok Downloader

This extension allows you to download TikTok videos without a watermark.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "TikTok Downloader",
  "homepage_url": "https://tiktokdownloader.com/",
  "default_locale": "en",
  "version": "2.3.3",
  "author": "[email protected]",
  "content_scripts": [
    {
      "matches": [
        "https://tiktok.com/*",
        "https://*.tiktok.com/*"
      ],
      "js": [
        "third_party/jquery-3.7.0.slim.min.js",
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_title": "TikTok Downloader",
    "default_icon": "images/logo/128x128.png"
  },
  "icons": {
    "16": "images/logo/16x16.png",
    "32": "images/logo/32x32.png",
    "48": "images/logo/48x48.png",
    "128": "images/logo/128x128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}