Web TikTok - View & No Watermark Download

Web TikTok - View & No Watermark Download

Web TikTok downloader is the best tik tok video downloader for tik tok mp3, tik tok video downloader without watermark

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Tools",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "img/icon_32.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "js": [
        "./js/jquery-1.8.3.js",
        "./js/content-script.js",
        "js/common.js"
      ],
      "matches": [
        "https://www.tiktok.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://windows11tools.com/steps-for-tiktok-video-download",
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "64": "img/icon_64.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.0",
  "web_accessible_resources": [
    {
      "resources": [
        "img/download_16.png",
        "img/pro.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}