NetFlix More
Unblock & Access the Netflix catalogue, extremely fast & reliable. Smart Proxy.
What is NetFlix More?
NetFlix More is a Chrome extension developed by missyoyowoo, and its main feature is "Unblock & Access the Netflix catalogue, extremely fast & reliable. Smart Proxy.".
Extension Screenshots
Download NetFlix More Extension CRX File
Download NetFlix More extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Unblock & Access the Netflix catalogue.
Extension Basic Information
Name | |
ID | ifekeaknckdddnkalojkgfmkmmnplgim |
Official URL | https://chrome.google.com/webstore/detail/netflix-more/ifekeaknckdddnkalojkgfmkmmnplgim |
Description | Unblock & Access the Netflix catalogue, extremely fast & reliable. Smart Proxy. |
File Size | 62.63 KB |
Installation Count | 25 |
Current Version | 0.1.2 |
Last Updated | 2019-05-17 |
Publish Date | 2019-05-14 |
Developer | missyoyowoo |
Payment Type | free |
Supported Languages | en,zh-CN |
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" } |