Return The Red Subscribe Button
Brings back the classic red subscribe button.
¿Qué es Return The Red Subscribe Button?
Return The Red Subscribe Button es una extensión de Chrome desarrollada por https://damiendavisneff.com, y su función principal es "Brings back the classic red subscribe button.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Return The Red Subscribe Button
Descarga archivos de extensión Return The Red Subscribe Button en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Return The Red Subscribe Button |
ID | jelocjcknmhfifcapebeibnolciholbl |
URL Oficial | https://chromewebstore.google.com/detail/return-the-red-subscribe/jelocjcknmhfifcapebeibnolciholbl |
Descripción | Brings back the classic red subscribe button. |
Tamaño del Archivo | 442 KB |
Cantidad de Instalaciones | 1,061 |
Versión Actual | 0.5.1.5 |
Última Actualización | 2023-10-10 |
Fecha de Publicación | 2022-10-31 |
Calificación | 4.72/5 Total de 18 Calificaciones |
Desarrollador | https://damiendavisneff.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/DamienDavisNeff/RedSubscribeButton/blob/main/README.md |
URL de la Página de Ayuda | https://www.damiendavisneff.com/support |
URL de la Página de Política de Privacidad | https://github.com/DamienDavisNeff/PrivacyPolicies |
Idiomas Soportados | 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\/*" ] } ] } |