twitch stop autolay
Stopps the autoplay on the twitch frontpage
ما هو twitch stop autolay؟
twitch stop autolay هو إضافة Chrome تم تطويرها بواسطة ApeWithCompiler، والميزة الرئيسية لها هي "Stopps the autoplay on the twitch frontpage".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة twitch stop autolay
قم بتنزيل ملفات الامتداد twitch stop autolay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Annoyed getting screamed from the player on the twitch frontpage? This plugin mutes and stops the player.
معلومات أساسية عن التمديد
الاسم | twitch stop autolay |
ID | ellafikcjlakbpanbejcpcgacedleoeo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo |
الوصف | Stopps the autoplay on the twitch frontpage |
حجم الملف | 23.75 KB |
عدد التثبيتات | 53 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-06-27 |
تاريخ النشر | 2022-06-27 |
تقييم | 3.75/5 مجموع تقييمات 4 |
المطور | ApeWithCompiler |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "twitch stop autolay", "description": "Stopps the autoplay on the twitch frontpage", "version": "1.0", "manifest_version": 3, "permissions": [ "scripting", "activeTab" ], "host_permissions": [ "https:\/\/www.twitch.tv\/\/", "https:\/\/www.twitch.tv\/" ], "background": { "service_worker": "service.js" }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |