TikTok Downloader - HD and Without Watermark

TikTok Downloader - HD and Without Watermark

Tiktok Downloader to download no watermark HD video and audio for free. - Step 1: Access Tiktok.Com to select the video you want…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TikTok Downloader - HD and Without Watermark",
  "version": "2.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Video Downloader"
  },
  "icons": {
    "16": "logo.png",
    "32": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "permissions": [
    "storage",
    "downloads",
    "contextMenus"
  ],
  "host_permissions": [
    "https://*.boquanqiu.cn/",
    "https://*.douyin.com/",
    "https://*.tiktok.com/"
  ]
}