TTAdNote: Download and Save Ad No Watermark

TTAdNote: Download and Save Ad No Watermark

Download and save ad video without watermark for TikTok Creative Center.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.1.12.3",
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "*://ads.tiktok.com/**",
        "https://denote.net/*"
      ],
      "js": [
        "content-script/index.js"
      ],
      "css": [
        "content-script/index.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "service_worker": "background/index.js"
  },
  "action": {
    "default_title": "TikTok Ads Center Video&Data Downloader",
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "icon/16.png",
      "32": "icon/32.png",
      "48": "icon/48.png",
      "128": "icon/128.png",
      "300": "icon/300.png",
      "500": "icon/500.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "content-script/inject.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png",
    "300": "icon/300.png",
    "500": "icon/500.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; frame-src https://denote.net/; child-src 'self'"
  },
  "permissions": [
    "downloads",
    "storage"
  ]
}