Youtube Darkmode
Enable Youtube's new Material UI theme
Youtube Darkmodeとは何ですか?
Youtube DarkmodeはJack Hanfordによって開発されたChromeの拡張機能で、その主な機能は「Enable Youtube's new Material UI theme」です。
拡張機能のスクリーンショット
Youtube Darkmode拡張機能のCRXファイルをダウンロード
Youtube Darkmode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enable Youtube's new Material Design mode, which also enables Youtube's Darkmode feature. This chrome extension puts users in the A/B test for the new Youtube UI Github: https://github.com/hanford/youtube-darkmode
拡張機能の基本情報
名前 | |
ID | ajngaombckgmodafdnmipfmcfgppnnhp |
公式URL | https://chrome.google.com/webstore/detail/youtube-darkmode/ajngaombckgmodafdnmipfmcfgppnnhp |
説明 | Enable Youtube's new Material UI theme |
ファイルサイズ | 8.11 KB |
インストール数 | 570 |
現在のバージョン | 0.0.1 |
最終更新日 | 2017-05-17 |
公開日 | 2017-05-17 |
評価 | 2.00/5 合計 4 レビュー |
開発者 | Jack Hanford |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Darkmode", "version": "0.0.1", "manifest_version": 2, "description": "Enable Youtube's new Material UI theme", "icons": { "16": "icon.png", "32": "icon.png", "128": "icon.png" }, "permissions": [ "storage", "*:\/\/youtube.com\/*" ], "browser_action": { "default_icon": "icon.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "cookie-setter.js" ], "run_at": "document_start", "all_frames": true } ] } |