SnapTik - TikTok Downloader

SnapTik - TikTok Downloader

SnapTik is the best TikTok Downloader app available, giving users the ability to easily download TikTok videos without a watermark.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "SnapTik - TikTok Downloader",
  "version": "1.1",
  "description": "SnapTik is the best TikTok Downloader app available,  giving users the ability to easily download TikTok videos without a watermark.",
  "homepage_url": "https://www.snaptik.pro",
  "icons": {
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "96": "icons/96x96.png",
    "128": "icons/128x128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "developer": {
    "name": "SnapTik",
    "url": "https://snaptik.pro"
  },
  "action": {
    "default_icon": "/icons/48x48.png",
    "default_title": "SnapTik",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.tiktok.com/*",
        "https://tiktok.com/*",
        "https://snaptik.pro/*",
        "https://*.snaptik.pro/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}