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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://www.damiendavisneff.com/support |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } ] } |