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
官方網址 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
電子郵箱 [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'"
}