Return The Red Subscribe Button
Brings back the classic red subscribe button.
Hvad er Return The Red Subscribe Button?
Return The Red Subscribe Button er en Chrome-udvidelse udviklet af https://damiendavisneff.com, og dens hovedfunktion er "Brings back the classic red subscribe button.".
Udvidelsesskærmbilleder
Download Return The Red Subscribe Button-udvidelses-CRX-fil
Download Return The Red Subscribe Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Return The Red Subscribe Button |
ID | jelocjcknmhfifcapebeibnolciholbl |
Officiel URL | https://chromewebstore.google.com/detail/return-the-red-subscribe/jelocjcknmhfifcapebeibnolciholbl |
Beskrivelse | Brings back the classic red subscribe button. |
Filstørrelse | 442 KB |
Antal Installationer | 1,061 |
Nuværende Version | 0.5.1.5 |
Senest Opdateret | 2023-10-10 |
Udgivelsesdato | 2022-10-31 |
Bedømmelse | 4.72/5 Samlet 18 Bedømmelser |
Udvikler | https://damiendavisneff.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/DamienDavisNeff/RedSubscribeButton/blob/main/README.md |
Hjælpeside-URL | https://www.damiendavisneff.com/support |
URL til Fortrolighedspolitik Side | https://github.com/DamienDavisNeff/PrivacyPolicies |
Understøttede Sprog | 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\/*" ] } ] } |