Video Downloader for Tiktok with No Watermark

Video Downloader for Tiktok with No Watermark

Download and Save TikTok Videos Without Watermark.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "homepage_url": "http://localhost:8080/",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.6.0",
  "permissions": [
    "activeTab"
  ],
  "content_security_policy": {
    "extension_page": "script-src 'self' https://tkdown.net; object-src 'self'"
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  }
}