AFKChannelPoints
Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…
ما هو AFKChannelPoints؟
AFKChannelPoints هو إضافة Chrome تم تطويرها بواسطة tjaygrantham، والميزة الرئيسية لها هي "Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AFKChannelPoints
قم بتنزيل ملفات الامتداد AFKChannelPoints بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change quality to lowest
معلومات أساسية عن التمديد
الاسم | AFKChannelPoints |
ID | ahlljeppiahmgkcnbdmiofmbgdmdjdcm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/afkchannelpoints/ahlljeppiahmgkcnbdmiofmbgdmdjdcm |
الوصف | Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change… |
حجم الملف | 124 KB |
عدد التثبيتات | 123 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-11-23 |
تاريخ النشر | 2020-11-15 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | tjaygrantham |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "name": "AFKChannelPoints", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "storage", "tabs" ], "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ "content.styles.css", "icon.png" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net https:\/\/code.jquery.com; object-src 'self'" } |