Twitch Rewards collector for New World MMORPG

Auto collect rewards for twitch New world MMORPG

ما هو Twitch Rewards collector for New World MMORPG؟

Twitch Rewards collector for New World MMORPG هو إضافة Chrome تم تطويرها بواسطة Vishnu Gt، والميزة الرئيسية لها هي "Auto collect rewards for twitch New world MMORPG".

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

screenshot

تحميل ملف CRX للإضافة Twitch Rewards collector for New World MMORPG

قم بتنزيل ملفات الامتداد Twitch Rewards collector for New World MMORPG بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Twitch Rewards collector for New World MMORPG.
This extension keeps checking for new tiles like woods, potion, leather and other items added to the stream and clicks on it to collect the rewards.

Github repo link:  https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector                    

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

الاسم Twitch Rewards collector for New World MMORPG Twitch Rewards collector for New World MMORPG
ID ofnhpknelkonflpgldcdbmnohibhdlll
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-rewards-collector/ofnhpknelkonflpgldcdbmnohibhdlll
الوصف Auto collect rewards for twitch New world MMORPG
حجم الملف 6.87 KB
عدد التثبيتات 20
النسخة الحالية 1.0.0
آخر تحديث 2021-07-26
تاريخ النشر 2021-07-26
تقييم 5.00/5 مجموع تقييمات 6
المطور Vishnu Gt
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Rewards collector for New World MMORPG",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Auto collect rewards for twitch New world MMORPG",
    "homepage_url": "https:\/\/github.com\/vishnugt\/NewWorld-Twitch-Reward-Collector",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ext-twitch.tv\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ]
}