Twitch Auto Channel Points

Automatically collects twitch channel points for you!

Twitch Auto Channel Pointsとは何ですか?

Twitch Auto Channel Pointsはjoelkerfootによって開発されたChromeの拡張機能で、その主な機能は「Automatically collects twitch channel points for you!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Automatically claims Channel Points on all twitch streams.

Works on multiple tabs.

View the source: https://github.com/kerfootj/twitch-auto-points                    

拡張機能の基本情報

名前 Twitch Auto Channel Points Twitch Auto Channel Points
ID ohokfmiofkajalkbbdjbjlfbociflmfd
公式URL https://chrome.google.com/webstore/detail/twitch-auto-channel-point/ohokfmiofkajalkbbdjbjlfbociflmfd
説明 Automatically collects twitch channel points for you!
ファイルサイズ 6.07 KB
インストール数 20,000
現在のバージョン 1.0.0
最終更新日 2020-01-13
公開日 2020-01-13
評価 3.69/5 合計 26 レビュー
開発者 joelkerfoot
支払い方法 free
拡張機能のウェブサイト https://github.com/kerfootj/twitch-auto-points
ヘルプページのURL https://github.com/kerfootj/twitch-auto-points/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto Channel Points",
    "version": "1.0.0",
    "description": "Automatically collects twitch channel points for you!",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "points.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    }
}