Return Youtube Red Subscribe Button

Brings back the red subscribe button.

Что такое Return Youtube Red Subscribe Button?

Return Youtube Red Subscribe Button - это расширение Chrome, разработанное sapondanaisriwan, и его основная функция - "Brings back the red subscribe button.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Return Youtube Red Subscribe Button

Скачайте файлы расширений Return Youtube Red Subscribe Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Return Youtube Red Subscribe Button Return Youtube Red Subscribe Button
ID coklcfenffnpbmkhjcjmjhnahiglepij
Официальный URL https://chromewebstore.google.com/detail/return-youtube-red-subscr/coklcfenffnpbmkhjcjmjhnahiglepij
Описание Brings back the red subscribe button.
Размер файла 43.27 KB
Количество установок 365
Текущая Версия 0.0.2
Последнее Обновление 2023-01-12
Дата публикации 2022-12-12
Рейтинг 5.00/5 Всего 4 оценок
Разработчик sapondanaisriwan
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button
URL страницы помощи https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button/issues
Поддерживаемые языки 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"
            ]
        }
    ]
}