Return Youtube Red Subscribe Button

Brings back the red subscribe button.

Co je Return Youtube Red Subscribe Button?

Return Youtube Red Subscribe Button je rozšíření Chrome vyvinuté sapondanaisriwan, a jeho hlavní funkcí je „Brings back the red subscribe button.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Return Youtube Red Subscribe Button

Stáhněte si soubory rozšíření Return Youtube Red Subscribe Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Return Youtube Red Subscribe Button Return Youtube Red Subscribe Button
ID coklcfenffnpbmkhjcjmjhnahiglepij
Oficiální URL https://chromewebstore.google.com/detail/return-youtube-red-subscr/coklcfenffnpbmkhjcjmjhnahiglepij
Popis Brings back the red subscribe button.
Velikost souboru 43.27 KB
Počet instalací 365
Aktuální Verze 0.0.2
Poslední Aktualizace 2023-01-12
Datum Vydání 2022-12-12
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář sapondanaisriwan
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button
URL Stránky Nápovědy https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button/issues
Podporované Jazyky 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"
            ]
        }
    ]
}