NetFlix More

NetFlix More

Unblock & Access the Netflix catalogue, extremely fast & reliable. Smart Proxy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_EXT_NAME__",
  "description": "__MSG_DESCRIPTION__",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_POPUP_TITLE__"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' http://127.0.0.1; object-src 'self';",
  "default_locale": "zh_CN",
  "icons": {
    "128": "img/icon.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "56.0.0",
  "permissions": [
    "proxy",
    "tabs",
    "identity",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "version": "0.1.2"
}