Twich.tv: Auto-Point Claimer

An easy and automatic way to claim Channel Points for twitch.tv.

Twich.tv: Auto-Point Claimer là gì?

Twich.tv: Auto-Point Claimer là một tiện ích mở rộng Chrome được phát triển bởi LorenKociko, và tính năng chính của nó là "An easy and automatic way to claim Channel Points for twitch.tv.".

Ả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 Twich.tv: Auto-Point Claimer

Tải xuống các tệp mở rộng Twich.tv: Auto-Point Claimer 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

                        An easy and automatic way to claim Channel Points for twitch.tv.

This extension will auto check if the "Claim Bonus" button is available, and proceed to click it.                    

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

Tên Twich.tv: Auto-Point Claimer Twich.tv: Auto-Point Claimer
ID dfjjoleblddbjilmihenpcpjkndamphe
URL Chính Thức https://chromewebstore.google.com/detail/twichtv-auto-point-claime/dfjjoleblddbjilmihenpcpjkndamphe
Mô tả An easy and automatic way to claim Channel Points for twitch.tv.
Kích Thước Tệp 260 KB
Số Lần Cài Đặt 3,577
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-02-27
Ngày Phát Hành 2022-02-24
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển LorenKociko
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": 3,
    "name": "Twich.tv: Auto-Point Claimer",
    "description": "An easy and automatic way to claim Channel Points for twitch.tv.",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/icons\/16.png",
        "48": ".\/icons\/48.png",
        "128": ".\/icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/icons\/16.png",
            "48": ".\/icons\/48.png",
            "128": ".\/icons\/128.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}