AFKChannelPoints

Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…

AFKChannelPointsとは何ですか?

AFKChannelPointsはtjaygranthamによって開発されたChromeの拡張機能で、その主な機能は「Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…」です。

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

screenshot

AFKChannelPoints拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Farm Twitch channel points while AFK.

* Whitelist streams
* Enable / disable whitelisted streams
* Auto mute streams
* Auto change quality to lowest                    

拡張機能の基本情報

名前 AFKChannelPoints AFKChannelPoints
ID ahlljeppiahmgkcnbdmiofmbgdmdjdcm
公式URL https://chromewebstore.google.com/detail/afkchannelpoints/ahlljeppiahmgkcnbdmiofmbgdmdjdcm
説明 Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…
ファイルサイズ 124 KB
インストール数 123
現在のバージョン 1.0.1
最終更新日 2020-11-23
公開日 2020-11-15
評価 4.00/5 合計 2 レビュー
開発者 tjaygrantham
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "name": "AFKChannelPoints",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net https:\/\/code.jquery.com; object-src 'self'"
}