Twitch Rewards collector for New World MMORPG

Auto collect rewards for twitch New world MMORPG

Apa itu Twitch Rewards collector for New World MMORPG?

Twitch Rewards collector for New World MMORPG adalah ekstensi Chrome yang dikembangkan oleh Vishnu Gt, dan fitur utamanya adalah "Auto collect rewards for twitch New world MMORPG".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitch Rewards collector for New World MMORPG

Unduh file ekstensi Twitch Rewards collector for New World MMORPG dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Twitch Rewards collector for New World MMORPG Twitch Rewards collector for New World MMORPG
ID ofnhpknelkonflpgldcdbmnohibhdlll
URL Resmi https://chromewebstore.google.com/detail/twitch-rewards-collector/ofnhpknelkonflpgldcdbmnohibhdlll
Deskripsi Auto collect rewards for twitch New world MMORPG
Ukuran File 6.87 KB
Jumlah Instalasi 20
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-07-26
Tanggal Publikasi 2021-07-26
Penilaian 5.00/5 Total 6 Penilaian
Pengembang Vishnu Gt
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector
Bahasa yang Didukung 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
        }
    ]
}