Twitch Auto Looter

Twitch Auto Channel points looter!

Twitch Auto Looterとは何ですか?

Twitch Auto LooterはC4LLZによって開発されたChromeの拡張機能で、その主な機能は「Twitch Auto Channel points looter!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension is a auto looter for Twitch's Channel points.


Features

- Ability to be AFK and still get channel points.
- Focus on the content you are watching without getting disturbed. 
- Multiple stream support. 


If you have any issues please contact me on my Github page or send me an email.

Github : https://github.com/C4LLZ/TwitchLooter/issues
Email : [email protected]                    

拡張機能の基本情報

名前 Twitch Auto Looter Twitch Auto Looter
ID lfaegjjpmoccjblndpnlgkkaikkcjhhi
公式URL https://chromewebstore.google.com/detail/twitch-auto-looter/lfaegjjpmoccjblndpnlgkkaikkcjhhi
説明 Twitch Auto Channel points looter!
ファイルサイズ 88.43 KB
インストール数 4,958
現在のバージョン 2.0.0
最終更新日 2020-12-21
公開日 2020-02-17
評価 4.20/5 合計 5 レビュー
開発者 C4LLZ
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Auto Looter",
    "version": "2.0.0",
    "description": "Twitch Auto Channel points looter!",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/*.twitch.tv\/*"
    ],
    "short_name": "Twitch Looter",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Twitch Auto Looter"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "main.js",
                "jquery-3.3.1.min.js",
                "notify.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}