Red Subscribe Button Fixer

The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.

Qu'est-ce que Red Subscribe Button Fixer ?

Red Subscribe Button Fixer est une extension Chrome développée par Tony Webster, et sa fonction principale est "The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Red Subscribe Button Fixer

Téléchargez les fichiers d'extension Red Subscribe Button Fixer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Red Subscribe Button Fixer Red Subscribe Button Fixer
ID imfcjgelinkpbhdppbbpeejbaiblbeeo
URL Officiel https://chrome.google.com/webstore/detail/red-subscribe-button-fixe/imfcjgelinkpbhdppbbpeejbaiblbeeo
Description The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.
Taille du Fichier 215 KB
Nombre d'Installations 96
Version Actuelle 1.2
Dernière Mise à Jour 2013-07-09
Date de Publication 2013-07-09
Évaluation 4.22/5 Total 9 Évaluations
Développeur Tony Webster
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}