ytClean | Modern YouTube Theme
A clean, modern look and feel for YouTube.
ytClean | Modern YouTube Themeとは何ですか?
ytClean | Modern YouTube Themeはhttp://justinoboyle.comによって開発されたChromeの拡張機能で、その主な機能は「A clean, modern look and feel for YouTube.」です。
拡張機能のスクリーンショット
ytClean | Modern YouTube Theme拡張機能のCRXファイルをダウンロード
ytClean | Modern YouTube Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ytClean provides a new and refreshing experience to YouTube. Features: - Darker theme to go easier on the eyes. - The entire watch page theme changes based on colors in thumbnail , meaning each video has their own look and feel. ytClean is an evolving extension, that is looking for your feedback! Feel free to discuss new features in the comments or on the GitHub issues page!
拡張機能の基本情報
名前 | |
ID | ibnledgdeclbdgjbjlmllphepfbopnmg |
公式URL | https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg |
説明 | A clean, modern look and feel for YouTube. |
ファイルサイズ | 293 KB |
インストール数 | 95 |
現在のバージョン | 0.0.3 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 3.50/5 合計 14 レビュー |
開発者 | http://justinoboyle.com |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/justinoboyle/ytClean/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ytClean | Modern YouTube Theme", "version": "0.0.3", "manifest_version": 2, "description": "A clean, modern look and feel for YouTube.", "homepage_url": "https:\/\/github.com\/justinoboyle\/ytClean", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "inject.js" ] } ] } |