Unblock Youku - Proxy Tools

Unblock Youku - Proxy Tools

Helps users access their web services while travelling outside mainland China.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "shared/urls.js",
      "shared/tools.js",
      "chrome/pages/js/analytics.js",
      "chrome/storage.js",
      "chrome/header.js",
      "chrome/proxy.js",
      "chrome/redirect.js",
      "chrome/config.js",
      "chrome/donation.js"
    ]
  },
  "browser_action": {
    "default_icon": "chrome/icons/icon19gray.png",
    "default_popup": "chrome/pages/popup.html",
    "default_title": "Unblock Youku isn't working properly! Visit http://uku.im/faq for solutions."
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "chrome/content/tudou.js"
      ],
      "matches": [
        "http://www.tudou.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "css": [
        "chrome/content/play.baidu.css"
      ],
      "matches": [
        "http://play.baidu.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "chrome/content/music.163.js"
      ],
      "matches": [
        "http://music.163.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "chrome/content/unblockcn.js"
      ],
      "matches": [
        "http://unblockcn.com/*",
        "http://*.unblockcn.com/*",
        "http://unblockyouku.cn/*",
        "http://*.unblockyouku.cn/*",
        "http://724sky.com/*",
        "http://*.724sky.com/*",
        "http://tieba.baidu.com/f?kw=unblockcn*",
        "http://*.tieba.baidu.com/f?kw=unblockcn*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "chrome/content/others.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "chrome/icons/icon16.png",
    "48": "chrome/icons/icon48.png",
    "128": "chrome/icons/icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "25.0",
  "name": "__MSG_extName__",
  "options_page": "chrome/pages/options.html",
  "permissions": [
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "version": "3.8.12",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}