Red Subscribe Button Fixer

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

Wat is Red Subscribe Button Fixer?

Red Subscribe Button Fixer is een Chrome-extensie ontwikkeld door Tony Webster, en de belangrijkste functie is "The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Red Subscribe Button Fixer

Download Red Subscribe Button Fixer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Red Subscribe Button Fixer Red Subscribe Button Fixer
ID imfcjgelinkpbhdppbbpeejbaiblbeeo
Officiële URL https://chrome.google.com/webstore/detail/red-subscribe-button-fixe/imfcjgelinkpbhdppbbpeejbaiblbeeo
Beschrijving The new YouTube subscribe button is bright flaming red. How annoying, right? This extension fixes that.
Bestandsgrootte 215 KB
Aantal Installaties 96
Huidige Versie 1.2
Laatst Bijgewerkt 2013-07-09
Publicatiedatum 2013-07-09
Beoordeling 4.22/5 Totaal 9 Beoordelingen
Ontwikkelaar Tony Webster
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}