Netflix Plus
Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!
Netflix Plusとは何ですか?
Netflix PlusはZion Developersによって開発されたChromeの拡張機能で、その主な機能は「Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!」です。
拡張機能のスクリーンショット
Netflix Plus拡張機能のCRXファイルをダウンロード
Netflix Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
** This is NOT a Netflix Official Extension! ** Automatically resume movie when it get paused by AFK. (HTML5) Change the movie's subtitle font, color, size, shadow size and color ! (HTML5) More features to come! Netflix is a Website owned by Netflix International B.V. All the logos and pictures here used is for fair-use, And is belonged by the corresponding owners.
拡張機能の基本情報
名前 | |
ID | mnaccajcnpoopaeogmdaffkmmhdlbfhe |
公式URL | https://chrome.google.com/webstore/detail/netflix-plus/mnaccajcnpoopaeogmdaffkmmhdlbfhe |
説明 | Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly! |
ファイルサイズ | 100 KB |
インストール数 | 849 |
現在のバージョン | 2.5.7 |
最終更新日 | 2017-03-27 |
公開日 | 2017-03-27 |
評価 | 3.44/5 合計 16 レビュー |
開発者 | Zion Developers |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "exclude_globs": [], "include_globs": [ "*netflix.com*" ], "css": [], "js": [ "includes\/jquery-2.1.1.min.js", "includes\/netflix.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ], "run_at": "document_start" } ], "description": "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_title": "Options", "default_popup": "options.html" }, "background": { "scripts": [ "includes\/options.js" ], "persistent": true }, "manifest_version": 2, "name": "Netflix Plus", "short_name": "Netflix+", "options_page": "options.html", "permissions": [ "storage" ], "version": "2.5.7", "web_accessible_resources": [ "icons\/icon.png", "includes\/jquery-2.1.1.min.js", "includes\/netflix.js", "jquery-2.1.1.min.map" ] } |