Twitch Auto box clicker

twitch point auto click

什麼是Twitch Auto box clicker?

Twitch Auto box clicker是由Serpong開發的Chrome擴展程式,該擴展的主要功能是“twitch point auto click”。

擴展截圖

screenshot

下載Twitch Auto box clicker擴展crx文件

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

擴展使用說明

                        설치만 하면 포인트박스 알아서 눌러주는 기능을 가진 프로그램입니다.                    

擴展基本資訊

名稱 Twitch Auto box clicker Twitch Auto box clicker
ID fhopfflipdeaibinkaggoahlblaaaodf
官方網址 https://chromewebstore.google.com/detail/twitch-auto-box-clicker/fhopfflipdeaibinkaggoahlblaaaodf
簡介 twitch point auto click
檔案大小 10.05 KB
安裝次數 49
目前版本 2.1
更新時間 2022-01-11
上架時間 2020-08-03
評分 3.00/5 共 2 次評分
開發者 Serpong
電子郵箱 [email protected]
付費類型 free
支援的語言 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "\/images\/128.png",
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "description": "twitch point auto click",
    "manifest_version": 3,
    "name": "Twitch Auto box clicker",
    "version": "2.1"
}