TikTok Downloader and Summary with ChatGPT

TikTok Downloader and Summary with ChatGPT

The best TikTok video downloader without watermark.Providing Tiktok video summary with ChatGPT.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "manifest_version": 3,
  "version": "1.0.8",
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "https://tiktok.com/*",
        "https://www.tiktok.com/*",
        "https://*.openai.com/*"
      ],
      "js": [
        "js/main.js"
      ],
      "css": [
        "main.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "16.png",
        "assets/example.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "ruleset.json"
      }
    ]
  },
  "icons": {
    "16": "128.png",
    "32": "128.png",
    "48": "128.png",
    "128": "128.png",
    "300": "128.png",
    "500": "128.png"
  },
  "host_permissions": [
    "*://*.tiktok.com/*",
    "https://tiktok.com/*",
    "https://*.tiktokcdn.com/*",
    "https://*.tiktokv.com/*",
    "https://*.openai.com/*"
  ],
  "permissions": [
    "downloads",
    "storage",
    "tabs",
    "webRequest",
    "declarativeNetRequest"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}