Twitch - Auto Channel Points

Automatically collects Twitch.tv channel points

Twitch - Auto Channel Pointsとは何ですか?

Twitch - Auto Channel Pointsはarnoutpullenによって開発されたChromeの拡張機能で、その主な機能は「Automatically collects Twitch.tv channel points」です。

拡張機能のスクリーンショット

screenshot

Twitch - Auto Channel Points拡張機能のCRXファイルをダウンロード

Twitch - Auto Channel Points拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Automatically collects Twitch.tv channel points, without you having to do anything. This way you can collect a lot of points while watching your favorite streamer(s)!

If it doesn't work on your browser, I recommed to try the BetterTTV extension.
https://chrome.google.com/webstore/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped                    

拡張機能の基本情報

名前 Twitch - Auto Channel Points Twitch - Auto Channel Points
ID pnifeididimfpaomnnellcfjnjmgoepk
公式URL https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk
説明 Automatically collects Twitch.tv channel points
ファイルサイズ 19.93 KB
インストール数 14,799
現在のバージョン 1.0.2
最終更新日 2022-01-27
公開日 2020-04-07
評価 2.86/5 合計 36 レビュー
開発者 arnoutpullen
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ArnoutPullen/TwitchAutoChannelPoints
ヘルプページのURL https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch - Auto Channel Points",
    "description": "Automatically collects Twitch.tv channel points",
    "version": "1.0.2",
    "author": "Arnout Pullen",
    "content_scripts": [
        {
            "js": [
                "sites\/twitch\/twitch.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "icons": {
        "128": "assets\/icons\/icon-128x128.png",
        "16": "assets\/icons\/icon-16x16.png",
        "32": "assets\/icons\/icon-32x32.png",
        "48": "assets\/icons\/icon-48x48.png"
    }
}