Netflix Light Mode
This is an extension that allows you to utilise Netflix in a light mode
Netflix Light Modeとは何ですか?
Netflix Light Modeはsensaibenによって開発されたChromeの拡張機能で、その主な機能は「This is an extension that allows you to utilise Netflix in a light mode」です。
拡張機能のスクリーンショット
Netflix Light Mode拡張機能のCRXファイルをダウンロード
Netflix Light Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Experience Netflix in light mode. If you're tired of the dark background, this extension is perfect for you! Now you can turn it off and on, and personalise your viewing experience using the picture controls.
拡張機能の基本情報
名前 | Netflix Light Mode |
ID | nlkblacjcdilfdjmmlfemoalcbjjopgf |
公式URL | https://chromewebstore.google.com/detail/netflix-light-mode/nlkblacjcdilfdjmmlfemoalcbjjopgf |
説明 | This is an extension that allows you to utilise Netflix in a light mode |
ファイルサイズ | 28.97 KB |
インストール数 | 1,399 |
現在のバージョン | 2.0.0.4 |
最終更新日 | 2020-06-01 |
公開日 | 2020-06-01 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | sensaiben |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Light Mode", "version": "2.0.0.4", "manifest_version": 2, "description": "This is an extension that allows you to utilise Netflix in a light mode", "browser_action": { "default_popup": "controlTab.html", "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "scripts\/content_script.js" ] } ], "web_accessible_resources": [ "netflixLightmodeStyles.css" ] } |