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
公式URL 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
Eメール [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"
            ]
        }
    ]
}