Twitch Channel Points Autoclicker (Lite)
Automatically claims 'Channel Points' on Twitch
ما هو Twitch Channel Points Autoclicker (Lite)؟
Twitch Channel Points Autoclicker (Lite) هو إضافة Chrome تم تطويرها بواسطة xinitrc، والميزة الرئيسية لها هي "Automatically claims 'Channel Points' on Twitch".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Channel Points Autoclicker (Lite)
قم بتنزيل ملفات الامتداد Twitch Channel Points Autoclicker (Lite) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically claims 'Channel Points' on Twitch for the channel you are watching. THIS IS A LITE VERSION OF: https://chrome.google.com/webstore/detail/pbeamibpehihpjljabhnchghlbneiane/ Changes from the main version: includes only content scripts, meaning the pages need to be reloaded for it to start working, and no additional features will be supported. As such, it requires NO PERMISSIONS from the user, like browsing history. Main extension is also available for Mozilla Firefox: https://addons.mozilla.org/en-GB/firefox/addon/twitch-points-autoclicker/ Note: May not be compatible with some twitch design changing extensions. Source code is available on GitHub: https://github.com/xinitrc-dev/twitch-points-autoclicker
معلومات أساسية عن التمديد
الاسم | Twitch Channel Points Autoclicker (Lite) |
ID | fapndfdannkgofolmaihpbigbolcobek |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-channel-points-aut/fapndfdannkgofolmaihpbigbolcobek |
الوصف | Automatically claims 'Channel Points' on Twitch |
حجم الملف | 19.56 KB |
عدد التثبيتات | 5,437 |
النسخة الحالية | 1.3 |
آخر تحديث | 2021-05-05 |
تاريخ النشر | 2019-10-27 |
تقييم | 4.20/5 مجموع تقييمات 20 |
المطور | xinitrc |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Channel Points Autoclicker (Lite)", "description": "Automatically claims 'Channel Points' on Twitch", "version": "1.3", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "arrive-2.4.1.min.js", "twitch-clicker.js" ], "run_at": "document_end" } ] } |