Hide my Youtube
One click hides all the text and thumbnails on Youtube. Another click brings it all back.
Hide my Youtubeとは何ですか?
Hide my Youtubeはexcogitoによって開発されたChromeの拡張機能で、その主な機能は「One click hides all the text and thumbnails on Youtube. Another click brings it all back.」です。
拡張機能のスクリーンショット
Hide my Youtube拡張機能のCRXファイルをダウンロード
Hide my Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One click on the extension's icon hides all the text and thumbnails on Youtube. Another click brings it all back. - Want to see the highlights for that game you missed, without spoiling the score first? - Want to keep some privacy when someone's right over your shoulder? - Want to watch just one video, without spiraling down the youtube hole?
拡張機能の基本情報
名前 | Hide my Youtube |
ID | nbbgdnddemllmhllcnojhfkanmagnecg |
公式URL | https://chromewebstore.google.com/detail/hide-my-youtube/nbbgdnddemllmhllcnojhfkanmagnecg |
説明 | One click hides all the text and thumbnails on Youtube. Another click brings it all back. |
ファイルサイズ | 19.96 KB |
インストール数 | 70 |
現在のバージョン | 1.0.1 |
最終更新日 | 2018-10-27 |
公開日 | 2018-10-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | excogito |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [], "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Unspoiled Youtube" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/content-script.js" ] } ] } |