Twitch gift auto clicker

Auto click to claim +50 bonus channel points.

什麼是Twitch gift auto clicker?

Twitch gift auto clicker是由Nikita Madeev開發的Chrome擴展程式,該擴展的主要功能是“Auto click to claim +50 bonus channel points.”。

擴展截圖

screenshot
screenshot

下載Twitch gift auto clicker擴展crx文件

下載Twitch gift auto clicker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Auto click to claim +50 bonus channel points. The dotted stroke and an eyes emoji in the corner of the block with channel points indicates that the extension has started tracking points and will automatically click on a gift when it appears.

———————————————————

Source code and bug tracker
https://github.com/NekitCorp/twitch-gift-auto-clicker                    

擴展基本資訊

名稱 Twitch gift auto clicker Twitch gift auto clicker
ID bpmlmokbcfjnjodihdnobmaphhdoepdb
官方網址 https://chromewebstore.google.com/detail/twitch-gift-auto-clicker/bpmlmokbcfjnjodihdnobmaphhdoepdb
簡介 Auto click to claim +50 bonus channel points.
檔案大小 8 KB
安裝次數 46
目前版本 2.2.0
更新時間 2023-10-19
上架時間 2023-05-06
評分 4.67/5 共 3 次評分
開發者 Nikita Madeev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/NekitCorp/twitch-gift-auto-clicker
說明頁面URL https://github.com/NekitCorp/twitch-gift-auto-clicker
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch gift auto clicker",
    "description": "Auto click to claim +50 bonus channel points.",
    "version": "2.2.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "128": ".\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*",
                "*:\/\/twitch.tv\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}