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
官方網址 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
        }
    ]
}