Snaptik - Tiktok Video Downloader

Snaptik - Tiktok Video Downloader

You can download any tiktok video with watermark and without watermark, as well as background music mp3.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Snaptik - Tiktok Video Downloader",
  "version": "1.0.1",
  "description": "You can download any tiktok video with watermark and without watermark, as well as background music mp3.",
  "icons": {
    "16": "img/icons16.png",
    "48": "img/icons48.png",
    "128": "img/icons128.png"
  },
  "host_permissions": [
    "https://8nt6mw.deta.dev/*"
  ],
  "action": {
    "default_icon": "img/icons16.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}