Twitch Channel Points Autoclicker (Lite)

Automatically claims 'Channel Points' on Twitch

什麼是Twitch Channel Points Autoclicker (Lite)?

Twitch Channel Points Autoclicker (Lite)是由xinitrc開發的Chrome擴展程式,該擴展的主要功能是“Automatically claims 'Channel Points' on Twitch”。

擴展截圖

screenshot
screenshot

下載Twitch Channel Points Autoclicker (Lite)擴展crx文件

下載Twitch Channel Points Autoclicker (Lite)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Automatically claims 'Channel Points' on Twitch for the channel you are watching.

THIS IS A LITE VERSION OF: https://chrome.google.com/webstore/detail/pbeamibpehihpjljabhnchghlbneiane/

Changes from the main version: includes only content scripts, meaning the pages need to be reloaded for it to start working, and no additional features will be supported. As such, it requires NO PERMISSIONS from the user, like browsing history.

Main extension is also available for Mozilla Firefox: https://addons.mozilla.org/en-GB/firefox/addon/twitch-points-autoclicker/

Note: May not be compatible with some twitch design changing extensions.

Source code is available on GitHub: https://github.com/xinitrc-dev/twitch-points-autoclicker                    

擴展基本資訊

名稱 Twitch Channel Points Autoclicker (Lite) Twitch Channel Points Autoclicker (Lite)
ID fapndfdannkgofolmaihpbigbolcobek
官方網址 https://chromewebstore.google.com/detail/twitch-channel-points-aut/fapndfdannkgofolmaihpbigbolcobek
簡介 Automatically claims 'Channel Points' on Twitch
檔案大小 19.56 KB
安裝次數 5,437
目前版本 1.3
更新時間 2021-05-05
上架時間 2019-10-27
評分 4.20/5 共 20 次評分
開發者 xinitrc
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Channel Points Autoclicker (Lite)",
    "description": "Automatically claims 'Channel Points' on Twitch",
    "version": "1.3",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "arrive-2.4.1.min.js",
                "twitch-clicker.js"
            ],
            "run_at": "document_end"
        }
    ]
}