DownTik Download Video TikTok

DownTik Download Video TikTok

Tools download video TikTok full HD at Downtik.com✅ without logo. App Download Video TikTok on mobile, pc other devices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DownTik Download Video TikTok",
  "version": "1.0.0",
  "description": "Tools download video TikTok full HD at Downtik.com✅ without logo. App Download Video TikTok on mobile, pc other devices.",
  "icons": {
    "16": "egany-logo.png"
  },
  "browser_action": {
    "default_popup": "popup/index.html",
    "default_icon": "egany-logo.png",
    "default_title": "DownTik Download Video TikTok"
  },
  "background": {
    "scripts": [
      "background/index.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/index.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ]
}