Red Subscribe Button Fixer
The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.
¿Qué es Red Subscribe Button Fixer?
Red Subscribe Button Fixer es una extensión de Chrome desarrollada por Tony Webster, y su función principal es "The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Red Subscribe Button Fixer
Descarga archivos de extensión Red Subscribe Button Fixer 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
YouTube recently replaced the 'Subscribe' button on video pages with an obnoxious bright red button. That's annoying. This extension's sole purpose is to swap it out with a less-annoying light grey version. This extension only adds limited CSS properties to target the subscribe button. It does not access your YouTube data or data on other sites, and no data is transmitted to third parties. Open source: https://github.com/webster/youtube-red-subscribe-button
Información Básica de la Extensión
Nombre | |
ID | imfcjgelinkpbhdppbbpeejbaiblbeeo |
URL Oficial | https://chrome.google.com/webstore/detail/red-subscribe-button-fixe/imfcjgelinkpbhdppbbpeejbaiblbeeo |
Descripción | The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that. |
Tamaño del Archivo | 215 KB |
Cantidad de Instalaciones | 96 |
Versión Actual | 1.2 |
Última Actualización | 2013-07-09 |
Fecha de Publicación | 2013-07-09 |
Calificación | 4.22/5 Total de 9 Calificaciones |
Desarrollador | Tony Webster |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Red Subscribe Button Fixer", "description": "The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.", "version": "1.2", "permissions": [ "https:\/\/www.youtube.com\/", "http:\/\/www.youtube.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "css": [ "noredbutton.css" ] } ] } |