Twitch - Bonus Collector
Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.
ما هو Twitch - Bonus Collector؟
Twitch - Bonus Collector هو إضافة Chrome تم تطويرها بواسطة Alexander Gerasimov، والميزة الرئيسية لها هي "Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch - Bonus Collector
قم بتنزيل ملفات الامتداد Twitch - Bonus Collector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple use! Nothing extra!
معلومات أساسية عن التمديد
الاسم | |
ID | dlohmjidoachadcbejnkpaikmgphoilo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/twitch-bonus-collector/dlohmjidoachadcbejnkpaikmgphoilo |
الوصف | Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you. |
حجم الملف | 70.15 KB |
عدد التثبيتات | 322 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2021-05-19 |
تاريخ النشر | 2020-04-16 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Alexander Gerasimov |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "22.0", "name": "Twitch - Bonus Collector", "description": "Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.", "version": "1.0.5", "author": "Alexander Gerasimov", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" }, "browser_action": { "default_title": "Twitch - Bonus Collector", "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/vendor\/jquery\/jquery-3.2.1.slim.min.js", "js\/core.js", "js\/content.js" ], "css": [ "css\/content.css" ] } ], "background": { "scripts": [ "js\/vendor\/jquery\/jquery-3.2.1.slim.min.js", "js\/core.js", "js\/background.js" ] }, "permissions": [ "storage", "activeTab", "https:\/\/www.twitch.tv\/*" ] } |