NetFlix More
Unblock & Access the Netflix catalogue, extremely fast & reliable. Smart Proxy.
NetFlix Moreとは何ですか?
NetFlix Moreはmissyoyowooによって開発されたChromeの拡張機能で、その主な機能は「Unblock & Access the Netflix catalogue, extremely fast & reliable. Smart Proxy.」です。
拡張機能のスクリーンショット
NetFlix More拡張機能のCRXファイルをダウンロード
NetFlix More拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unblock & Access the Netflix catalogue. 拡張機能の基本情報
| 名前 | |
| ID | ifekeaknckdddnkalojkgfmkmmnplgim |
| 公式URL | https://chrome.google.com/webstore/detail/netflix-more/ifekeaknckdddnkalojkgfmkmmnplgim |
| 説明 | Unblock & Access the Netflix catalogue, extremely fast & reliable. Smart Proxy. |
| ファイルサイズ | 62.63 KB |
| インストール数 | 25 |
| 現在のバージョン | 0.1.2 |
| 最終更新日 | 2019-05-17 |
| 公開日 | 2019-05-14 |
| 開発者 | missyoyowoo |
| 支払い方法 | free |
| 対応言語 | 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"
} | |