Twitch Auto Looter

Twitch Auto Channel points looter!

Twitch Auto Looter là gì?

Twitch Auto Looter là một tiện ích mở rộng Chrome được phát triển bởi C4LLZ, và tính năng chính của nó là "Twitch Auto Channel points looter!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch Auto Looter

Tải xuống các tệp mở rộng Twitch Auto Looter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitch Auto Looter Twitch Auto Looter
ID lfaegjjpmoccjblndpnlgkkaikkcjhhi
URL Chính Thức https://chromewebstore.google.com/detail/twitch-auto-looter/lfaegjjpmoccjblndpnlgkkaikkcjhhi
Mô tả Twitch Auto Channel points looter!
Kích Thước Tệp 88.43 KB
Số Lần Cài Đặt 4,958
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2020-12-21
Ngày Phát Hành 2020-02-17
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển C4LLZ
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}