SnapTik - TikTok Video Downloader

SnapTik - TikTok Video Downloader

SnapTik is a free tool that lets you download TikTok videos with and without a watermark.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "SnapTik - TikTok Video Downloader",
  "version": "1.1",
  "description": "SnapTik is a free tool that lets you download TikTok videos with and without a watermark.",
  "homepage_url": "https://www.snaptik.nu",
  "icons": {
    "24": "/assets/24x24.png",
    "48": "/assets/48x48.png",
    "120": "/assets/120x120.png",
    "180": "/assets/180x180.png"
  },
  "permissions": [
    "activeTab"
  ],
  "developer": {
    "name": "SnapTik",
    "url": "https://snaptik.nu"
  },
  "action": {
    "default_icon": "/assets/48x48.png",
    "default_title": "SnapTik",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.tiktok.com/*",
        "https://tiktok.com/*",
        "https://snaptik.nu/*",
        "https://*.snaptik.nu/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}