TaoJet

TaoJet

TaoJet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "app.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon_48.png",
    "default_popup": "popup.html",
    "default_title": "TaoJet"
  },
  "description": "TaoJet",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC/+OCUUwuxHGTZ/AHR+L7n00GDsbrojj6n0jJJ8AwYYEMkpWxl/zw6y86xVbO54aBd2rDpHNFqiLOMH9akS+m2h/UdMwPsAvYAbFYW37EIAyKeVw0kt9LQ3FID/x8On7Qe3srlsK03w2UiDNAD2NiksmE9qqIbJQ280TeMi7w9owIDAQAB",
  "manifest_version": 2,
  "name": "TaoJet",
  "omnibox": {
    "keyword": "taobao"
  },
  "permissions": [
    "tabs",
    "notifications",
    "webRequest",
    "background",
    "cookies",
    "idle",
    "webNavigation",
    "storage",
    "http://*.taobao.com/*",
    "http://*.tmall.com/*",
    "https://*.taobao.com/*",
    "https://*.tmall.com/*",
    "https://www.taojet.com/*",
    "https://taojet.com/*",
    "http://www.taojet.com/*",
    "http://ok.ru/*",
    "https://vk.com",
    "https://aliexpress.com/*",
    "http://aliexpress.com/*",
    "http://0.0.0.0:3000/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "80.0.0",
  "web_accessible_resources": [
    "images/icon_48.png",
    "version.js",
    "jquery.js"
  ],
  "externally_connectable": {
    "matches": [
      "*://*/*"
    ]
  },
  "content_security_policy": "script-src 'self' https://www.taojet.com; object-src 'self'"
}