Examine source code of TikTok Downloader

Inspect and view changes in TikTok Downloader source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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": "contact@tiktokdownloader.com",
  "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"
}