Twitch Auto Looter
Twitch Auto Channel points looter!
ما هو Twitch Auto Looter؟
Twitch Auto Looter هو إضافة Chrome تم تطويرها بواسطة C4LLZ، والميزة الرئيسية لها هي "Twitch Auto Channel points looter!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Auto Looter
قم بتنزيل ملفات الامتداد Twitch Auto Looter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is a auto looter for Twitch's Channel points. Features - Ability to be AFK and still get channel points. - Focus on the content you are watching without getting disturbed. - Multiple stream support. If you have any issues please contact me on my Github page or send me an email. Github : https://github.com/C4LLZ/TwitchLooter/issues Email : [email protected]
معلومات أساسية عن التمديد
الاسم | Twitch Auto Looter |
ID | lfaegjjpmoccjblndpnlgkkaikkcjhhi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-auto-looter/lfaegjjpmoccjblndpnlgkkaikkcjhhi |
الوصف | Twitch Auto Channel points looter! |
حجم الملف | 88.43 KB |
عدد التثبيتات | 4,958 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2020-12-21 |
تاريخ النشر | 2020-02-17 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | C4LLZ |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Auto Looter", "version": "2.0.0", "description": "Twitch Auto Channel points looter!", "icons": { "128": "icon.png" }, "permissions": [ "https:\/\/*.twitch.tv\/*" ], "short_name": "Twitch Looter", "browser_action": { "default_icon": "icon.png", "default_title": "Twitch Auto Looter" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "main.js", "jquery-3.3.1.min.js", "notify.min.js" ], "run_at": "document_end" } ] } |