Twich.tv: Auto-Point Claimer

An easy and automatic way to claim Channel Points for twitch.tv.

什麼是Twich.tv: Auto-Point Claimer?

Twich.tv: Auto-Point Claimer是由LorenKociko開發的Chrome擴展程式,該擴展的主要功能是“An easy and automatic way to claim Channel Points for twitch.tv.”。

擴展截圖

screenshot
screenshot

下載Twich.tv: Auto-Point Claimer擴展crx文件

下載Twich.tv: Auto-Point Claimer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        An easy and automatic way to claim Channel Points for twitch.tv.

This extension will auto check if the "Claim Bonus" button is available, and proceed to click it.                    

擴展基本資訊

名稱 Twich.tv: Auto-Point Claimer Twich.tv: Auto-Point Claimer
ID dfjjoleblddbjilmihenpcpjkndamphe
官方網址 https://chromewebstore.google.com/detail/twichtv-auto-point-claime/dfjjoleblddbjilmihenpcpjkndamphe
簡介 An easy and automatic way to claim Channel Points for twitch.tv.
檔案大小 260 KB
安裝次數 3,577
目前版本 1.0
更新時間 2022-02-27
上架時間 2022-02-24
評分 5.00/5 共 5 次評分
開發者 LorenKociko
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twich.tv: Auto-Point Claimer",
    "description": "An easy and automatic way to claim Channel Points for twitch.tv.",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/icons\/16.png",
        "48": ".\/icons\/48.png",
        "128": ".\/icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/icons\/16.png",
            "48": ".\/icons\/48.png",
            "128": ".\/icons\/128.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}