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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
        }
    ]
}