Video Downloader for Tiktok

Video Downloader for Tiktok

Want to download Tik Tok video to your PC? Now it's easy! You just need to Install the application "Video Downloader for TikTok"…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "icons/icon19on.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon19on.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "Video Downloader for Tiktok",
  "version": "1.0.0",
  "web_accessible_resources": [],
  "permissions": [
    "*://*.newsbigbang.xyz/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}