Red Subscribe Button Fixer
The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.
Cos'è Red Subscribe Button Fixer?
Red Subscribe Button Fixer è un'estensione di Chrome sviluppata da Tony Webster, e la sua funzione principale è "The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Red Subscribe Button Fixer
Scarica i file di estensione Red Subscribe Button Fixer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | imfcjgelinkpbhdppbbpeejbaiblbeeo |
URL Ufficiale | https://chrome.google.com/webstore/detail/red-subscribe-button-fixe/imfcjgelinkpbhdppbbpeejbaiblbeeo |
Descrizione | The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that. |
Dimensione del File | 215 KB |
Conteggio Installazioni | 96 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-07-09 |
Data di Pubblicazione | 2013-07-09 |
Valutazione | 4.22/5 Totale 9 Valutazioni |
Sviluppatore | Tony Webster |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |