Twitch Coin Collector

A Chrome Extension to collect the twitch channel points automatically.

ما هو Twitch Coin Collector؟

Twitch Coin Collector هو إضافة Chrome تم تطويرها بواسطة Rene B.، والميزة الرئيسية لها هي "A Chrome Extension to collect the twitch channel points automatically.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Twitch Coin Collector

قم بتنزيل ملفات الامتداد Twitch Coin Collector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With this chrome extension you can collect the twitch channel rewards automatically.                    

معلومات أساسية عن التمديد

الاسم Twitch Coin Collector Twitch Coin Collector
ID kjfhmebpccbcooagfbfgddoebmkmclmb
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-coin-collector/kjfhmebpccbcooagfbfgddoebmkmclmb
الوصف A Chrome Extension to collect the twitch channel points automatically.
حجم الملف 16.42 KB
عدد التثبيتات 55
النسخة الحالية 0.1.0
آخر تحديث 2022-04-28
تاريخ النشر 2022-04-28
تقييم 5.00/5 مجموع تقييمات 1
المطور Rene B.
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Coin Collector",
    "description": "A Chrome Extension to collect the twitch channel points automatically.",
    "version": "0.1.0",
    "action": {
        "default_icon": "assets\/coin_click_64.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}