Return Youtube Red Subscribe Button

Brings back the red subscribe button.

Co to jest Return Youtube Red Subscribe Button?

Return Youtube Red Subscribe Button to rozszerzenie Chrome opracowane przez sapondanaisriwan, a jego główną funkcją jest „Brings back the red subscribe button.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Return Youtube Red Subscribe Button

Pobierz pliki rozszerzeń Return Youtube Red Subscribe Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Return Youtube Red Subscribe Button Return Youtube Red Subscribe Button
ID coklcfenffnpbmkhjcjmjhnahiglepij
Oficjalny URL https://chromewebstore.google.com/detail/return-youtube-red-subscr/coklcfenffnpbmkhjcjmjhnahiglepij
Opis Brings back the red subscribe button.
Rozmiar pliku 43.27 KB
Liczba instalacji 365
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2023-01-12
Data Publikacji 2022-12-12
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper sapondanaisriwan
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button
Adres URL Strony Pomocy https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}