Red Subscribe Button Fixer
The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.
Co je Red Subscribe Button Fixer?
Red Subscribe Button Fixer je rozšíření Chrome vyvinuté Tony Webster, a jeho hlavní funkcí je „The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Red Subscribe Button Fixer
Stáhněte si soubory rozšíření Red Subscribe Button Fixer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | imfcjgelinkpbhdppbbpeejbaiblbeeo |
Oficiální URL | https://chrome.google.com/webstore/detail/red-subscribe-button-fixe/imfcjgelinkpbhdppbbpeejbaiblbeeo |
Popis | The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that. |
Velikost souboru | 215 KB |
Počet instalací | 96 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2013-07-09 |
Datum Vydání | 2013-07-09 |
Hodnocení | 4.22/5 Celkem 9 Hodnocení |
Vývojář | Tony Webster |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |