Twitch Auto Bonus Claimer
Automatically claim your bonus on Twitch
ما هو Twitch Auto Bonus Claimer؟
Twitch Auto Bonus Claimer هو إضافة Chrome تم تطويرها بواسطة Doğukan Doğru، والميزة الرئيسية لها هي "Automatically claim your bonus on Twitch".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Auto Bonus Claimer
قم بتنزيل ملفات الامتداد Twitch Auto Bonus Claimer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will claim your bonus on Twitch while you are enjoying the stream. This extension does not collect or store any of your data. Also you can check the project's Github page : https://github.com/dogukandogru/twtichautobonusclaimer
معلومات أساسية عن التمديد
الاسم | Twitch Auto Bonus Claimer |
ID | ddhkokekpijdobdjhlbldojfglknhjgp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-auto-bonus-claimer/ddhkokekpijdobdjhlbldojfglknhjgp |
الوصف | Automatically claim your bonus on Twitch |
حجم الملف | 10.78 KB |
عدد التثبيتات | 81 |
النسخة الحالية | 2 |
آخر تحديث | 2021-12-18 |
تاريخ النشر | 2021-04-21 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Doğukan Doğru |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto Bonus Claimer", "description": "Automatically claim your bonus on Twitch", "version": "2", "manifest_version": 2, "permissions": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "run_at": "document_idle", "js": [ "claimer.js" ], "all_frames": true } ], "icons": { "32": "32.png", "48": "48.png", "64": "64.png" } } |