Twitch No Unfollow
Hide the unfollow button for Twitch streamers you follow.
ما هو Twitch No Unfollow؟
Twitch No Unfollow هو إضافة Chrome تم تطويرها بواسطة uvanchang، والميزة الرئيسية لها هي "Hide the unfollow button for Twitch streamers you follow.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch No Unfollow
قم بتنزيل ملفات الامتداد Twitch No Unfollow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to hide/unhide the Twitch unfollow button so you never accidentally unfollow your favorite streamer again. Click on the extension icon in the extension list to bring up a checkbox to toggle the button hiding.
معلومات أساسية عن التمديد
الاسم | Twitch No Unfollow |
ID | mjlmkodinifanpmmkgoilihnhmjhdcla |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-no-unfollow/mjlmkodinifanpmmkgoilihnhmjhdcla |
الوصف | Hide the unfollow button for Twitch streamers you follow. |
حجم الملف | 15.98 KB |
عدد التثبيتات | 243 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2023-04-01 |
تاريخ النشر | 2020-12-15 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | uvanchang |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch No Unfollow", "version": "1.1.0", "description": "Hide the unfollow button for Twitch streamers you follow.", "manifest_version": 3, "permissions": [ "storage" ], "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "js": [ "src\/channel.js" ], "matches": [ "*:\/\/www.twitch.tv\/*" ] } ], "action": { "default_popup": "src\/views\/options.html", "default_icon": "assets\/icons\/icon-128.png" }, "icons": { "128": "assets\/icons\/icon-128.png" } } |