Hide my Youtube
One click hides all the text and thumbnails on Youtube. Another click brings it all back.
¿Qué es Hide my Youtube?
Hide my Youtube es una extensión de Chrome desarrollada por excogito, y su función principal es "One click hides all the text and thumbnails on Youtube. Another click brings it all back.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hide my Youtube
Descarga archivos de extensión Hide my Youtube en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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?
Información Básica de la Extensión
Nombre | Hide my Youtube |
ID | nbbgdnddemllmhllcnojhfkanmagnecg |
URL Oficial | https://chromewebstore.google.com/detail/hide-my-youtube/nbbgdnddemllmhllcnojhfkanmagnecg |
Descripción | One click hides all the text and thumbnails on Youtube. Another click brings it all back. |
Tamaño del Archivo | 19.96 KB |
Cantidad de Instalaciones | 70 |
Versión Actual | 1.0.1 |
Última Actualización | 2018-10-27 |
Fecha de Publicación | 2018-10-27 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | excogito |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |