Return The Red Subscribe Button
Brings back the classic red subscribe button.
Vad är Return The Red Subscribe Button?
Return The Red Subscribe Button är en Chrome-tillägg utvecklad av https://damiendavisneff.com, och dess huvudfunktion är "Brings back the classic red subscribe button.".
Tilläggsskärmbilder
Ladda ner Return The Red Subscribe Button-förlängningens CRX-fil
Ladda ner Return The Red Subscribe Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Return The Red Subscribe Button |
ID | jelocjcknmhfifcapebeibnolciholbl |
Officiell webbadress | https://chromewebstore.google.com/detail/return-the-red-subscribe/jelocjcknmhfifcapebeibnolciholbl |
Beskrivning | Brings back the classic red subscribe button. |
Filstorlek | 442 KB |
Antal Installationer | 1,061 |
Aktuell Version | 0.5.1.5 |
Senast Uppdaterad | 2023-10-10 |
Publiceringsdatum | 2022-10-31 |
Betyg | 4.72/5 Totalt 18 Betyg |
Utvecklare | https://damiendavisneff.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/DamienDavisNeff/RedSubscribeButton/blob/main/README.md |
Hjälpsida URL | https://www.damiendavisneff.com/support |
URL till Sekretesspolicy Sidan | https://github.com/DamienDavisNeff/PrivacyPolicies |
Stödda Språk | 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\/*" ] } ] } |