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" ] } ] } |