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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |