Mobile TikTok & Downloader

Mobile TikTok & Downloader

Web TikTok and TikTok Downloader - browse and download your favorite videos

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mobile TikTok & Downloader",
  "description": "__MSG_description__",
  "version": "1.4",
  "minimum_chrome_version": "40",
  "default_locale": "en",
  "icons": {
    "128": "med_html/icon.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "med_html/icon.png"
    }
  },
  "background": {
    "scripts": [
      "files/second_serv.js"
    ]
  },
  "permissions": [
    "storage",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "files/omnita.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://*.tiktok.com/*"
      ],
      "js": [
        "files/cormita.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "med_html/download-file.png",
    "*.css",
    "*.js"
  ]
}