Return The Red Subscribe Button
Brings back the classic red subscribe button.
Cos'è Return The Red Subscribe Button?
Return The Red Subscribe Button è un'estensione di Chrome sviluppata da https://damiendavisneff.com, e la sua funzione principale è "Brings back the classic red subscribe button.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Return The Red Subscribe Button
Scarica i file di estensione Return The Red Subscribe Button 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
Returns the Subscribe Button's red color, keeping YouTube's history alive while keeping the new design fresh and fully customizable. Not only can you return the red color, but you can change it to any color you want, alongside the fully customizable context and like buttons!
Informazioni di Base sull'Estensione
Nome | Return The Red Subscribe Button |
ID | jelocjcknmhfifcapebeibnolciholbl |
URL Ufficiale | https://chromewebstore.google.com/detail/return-the-red-subscribe/jelocjcknmhfifcapebeibnolciholbl |
Descrizione | Brings back the classic red subscribe button. |
Dimensione del File | 442 KB |
Conteggio Installazioni | 1,061 |
Versione Corrente | 0.5.1.5 |
Ultimo Aggiornamento | 2023-10-10 |
Data di Pubblicazione | 2022-10-31 |
Valutazione | 4.72/5 Totale 18 Valutazioni |
Sviluppatore | https://damiendavisneff.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/DamienDavisNeff/RedSubscribeButton/blob/main/README.md |
URL della Pagina di Aiuto | https://www.damiendavisneff.com/support |
URL della Pagina della Politica sulla Privacy | https://github.com/DamienDavisNeff/PrivacyPolicies |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Return The Red Subscribe Button", "short_name": "Red Subscribe Button", "version": "0.5.1.5", "description": "Brings back the classic red subscribe button.", "icons": { "128": "images\/icon.png", "48": "images\/icon_small.png" }, "action": { "default_popup": "\/popup\/info.html" }, "content_scripts": [ { "css": [ "css\/variables.css" ], "js": [ "scripts\/apply_settings.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "css\/subscribe_button.css", "css\/blue_buttons.css", "css\/like_button.css", "css\/uppercase_letters.css", "css\/uppercase_engagment.css", "css\/rectangle_buttons.css" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ] } |