Tiktok Video Downloader

Tiktok Video Downloader

Download Tik tok Videos - Tiktok Downloader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tiktok Video Downloader",
  "version": "1.0.0",
  "author": "Sctomp3.net",
  "description": "Download Tik tok Videos - Tiktok Downloader",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "*://*.tiktok.com/",
        "*://*.tiktok.com/*"
      ],
      "js": [
        "js/content.js"
      ],
      "css": [
        "css/style.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "images/icon16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  }
}