Return Youtube Red Subscribe Button

Brings back the red subscribe button.

Cos'è Return Youtube Red Subscribe Button?

Return Youtube Red Subscribe Button è un'estensione di Chrome sviluppata da sapondanaisriwan, e la sua funzione principale è "Brings back the red subscribe button.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Return Youtube Red Subscribe Button

Scarica i file di estensione Return Youtube Red Subscribe Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Return the red subscribe button on YouTube.

This extension is currently in an active development phase, so if you experience any issues, don’t hesitate to report them on our GitHub page.

https://github.com/sapondanaisriwan/AdashimaaTube
https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button                    

Informazioni di Base sull'Estensione

Nome Return Youtube Red Subscribe Button Return Youtube Red Subscribe Button
ID coklcfenffnpbmkhjcjmjhnahiglepij
URL Ufficiale https://chromewebstore.google.com/detail/return-youtube-red-subscr/coklcfenffnpbmkhjcjmjhnahiglepij
Descrizione Brings back the red subscribe button.
Dimensione del File 43.27 KB
Conteggio Installazioni 365
Versione Corrente 0.0.2
Ultimo Aggiornamento 2023-01-12
Data di Pubblicazione 2022-12-12
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore sapondanaisriwan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button
URL della Pagina di Aiuto https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Return Youtube Red Subscribe Button",
    "description": "Brings back the red subscribe button.",
    "version": "0.0.2",
    "action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": "\/images\/icon128.png"
    },
    "icons": {
        "45": "\/images\/icon45.png",
        "64": "\/images\/icon64.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "\/styles\/my-styles.css"
            ]
        }
    ]
}