Return The Red Subscribe Button
Brings back the classic red subscribe button.
Что такое Return The Red Subscribe Button?
Return The Red Subscribe Button - это расширение Chrome, разработанное https://damiendavisneff.com, и его основная функция - "Brings back the classic red subscribe button.".
Снимки экрана расширения
Скачать файл CRX расширения Return The Red Subscribe Button
Скачайте файлы расширений Return The Red Subscribe Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Returns the Subscribe Button's red color, keeping YouTube's history alive while keeping the new design fresh and fully customizable. Not only can you return the red color, but you can change it to any color you want, alongside the fully customizable context and like buttons!
Основная информация о расширении
Название | Return The Red Subscribe Button |
ID | jelocjcknmhfifcapebeibnolciholbl |
Официальный URL | https://chromewebstore.google.com/detail/return-the-red-subscribe/jelocjcknmhfifcapebeibnolciholbl |
Описание | Brings back the classic red subscribe button. |
Размер файла | 442 KB |
Количество установок | 1,061 |
Текущая Версия | 0.5.1.5 |
Последнее Обновление | 2023-10-10 |
Дата публикации | 2022-10-31 |
Рейтинг | 4.72/5 Всего 18 оценок |
Разработчик | https://damiendavisneff.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/DamienDavisNeff/RedSubscribeButton/blob/main/README.md |
URL страницы помощи | https://www.damiendavisneff.com/support |
URL страницы политики конфиденциальности | https://github.com/DamienDavisNeff/PrivacyPolicies |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Return The Red Subscribe Button", "short_name": "Red Subscribe Button", "version": "0.5.1.5", "description": "Brings back the classic red subscribe button.", "icons": { "128": "images\/icon.png", "48": "images\/icon_small.png" }, "action": { "default_popup": "\/popup\/info.html" }, "content_scripts": [ { "css": [ "css\/variables.css" ], "js": [ "scripts\/apply_settings.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "css\/subscribe_button.css", "css\/blue_buttons.css", "css\/like_button.css", "css\/uppercase_letters.css", "css\/uppercase_engagment.css", "css\/rectangle_buttons.css" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ] } |