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是由Vishnu Gt开发的Chrome扩展程序,该扩展的主要功能是“Auto collect rewards for twitch New world MMORPG”。

扩展截图

screenshot

下载Twitch Rewards collector for New World MMORPG扩展crx文件

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