Twitch Coin
Automatically gather your Twitch Coin while watching your favorite streamer.
ما هو Twitch Coin؟
Twitch Coin هو إضافة Chrome تم تطويرها بواسطة Amin NAIRI، والميزة الرئيسية لها هي "Automatically gather your Twitch Coin while watching your favorite streamer.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Coin
قم بتنزيل ملفات الامتداد Twitch Coin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will help you gather your channel points on Twitch TV while watching a live of your favorite streamer automatically by clicking the channel points button for you. You don't have to do anything, everything is done in the background for you.
معلومات أساسية عن التمديد
الاسم | |
ID | jhoffdoklpjnpdjcgegphcicolpipocf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf |
الوصف | Automatically gather your Twitch Coin while watching your favorite streamer. |
حجم الملف | 25.86 KB |
عدد التثبيتات | 444 |
النسخة الحالية | 0.1.2 |
آخر تحديث | 2021-05-26 |
تاريخ النشر | 2020-07-16 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Amin NAIRI |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/aminnairi/twitch-coin#readme |
عنوان صفحة المساعدة | https://github.com/aminnairi/twitch-coin/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Coin", "version": "0.1.2", "description": "Automatically gather your Twitch Coin while watching your favorite streamer.", "homepage_url": "https:\/\/github.com\/aminnairi\/twitch-coin#readme", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "scripts\/twitch-coin.js" ] } ] } |