Web TikTok

Web TikTok

Tiktok WEB

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4",
  "name": "__MSG_name__",
  "description": "Tiktok WEB",
  "default_locale": "en",
  "manifest_version": 2,
  "minimum_chrome_version": "39",
  "permissions": [
    "webRequestBlocking",
    "storage",
    "<all_urls>",
    "webRequest"
  ],
  "browser_action": {
    "default_icon": {
      "128": "assets/imgs/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "dita/dita.js",
      "ui/tota.js",
      "botik_index.js",
      "totiki_botiki/botik/botik_coma.js"
    ]
  },
  "icons": {
    "128": "assets/imgs/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.tiktok.com/*"
      ],
      "js": [
        "lobik/qurwa.js",
        "totik_index.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dita/dita.js",
        "totiki_botiki/totik/totik_coma.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}