Twitch Rewards collector for New World MMORPG

Auto collect rewards for twitch New world MMORPG

Vad är Twitch Rewards collector for New World MMORPG?

Twitch Rewards collector for New World MMORPG är en Chrome-tillägg utvecklad av Vishnu Gt, och dess huvudfunktion är "Auto collect rewards for twitch New world MMORPG".

Tilläggsskärmbilder

screenshot

Ladda ner Twitch Rewards collector for New World MMORPG-förlängningens CRX-fil

Ladda ner Twitch Rewards collector for New World MMORPG-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Twitch Rewards collector for New World MMORPG Twitch Rewards collector for New World MMORPG
ID ofnhpknelkonflpgldcdbmnohibhdlll
Officiell webbadress https://chromewebstore.google.com/detail/twitch-rewards-collector/ofnhpknelkonflpgldcdbmnohibhdlll
Beskrivning Auto collect rewards for twitch New world MMORPG
Filstorlek 6.87 KB
Antal Installationer 20
Aktuell Version 1.0.0
Senast Uppdaterad 2021-07-26
Publiceringsdatum 2021-07-26
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare Vishnu Gt
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector
Stödda Språk 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
        }
    ]
}