Twitch Bonus Chest Auto Claimer

Automatically claim the bonus chest when watching a live on Twitch.tv

What is Twitch Bonus Chest Auto Claimer?

Twitch Bonus Chest Auto Claimer is a Chrome extension developed by antonylgs, and its main feature is "Automatically claim the bonus chest when watching a live on Twitch.tv".

Extension Screenshots

screenshot

Download Twitch Bonus Chest Auto Claimer Extension CRX File

Download Twitch Bonus Chest Auto Claimer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Streamline Your Twitch Experience!

Unlock the power of automation with our Chrome extension. Say goodbye to manual bonus chest clicks and hello to effortless channel point collection!

• Instant Bonus Claim
Our extension swoops in the moment that coveted bonus chest appears. No more missed opportunities or tedious clicks.

• Seamless Viewing
Whether you're in fullscreen mode or have hidden the chat, rest assured that your bonus will be claimed automatically.

• More Time for What Matters
Enjoy uninterrupted viewing, engage with your favorite streamers, and let our extension handle the rest.

Elevate your Twitch experience today! Download now and start collecting those channel points effortlessly.                    

Extension Basic Information

Name Twitch Bonus Chest Auto Claimer Twitch Bonus Chest Auto Claimer
ID pdjfehhlnpmhgdkoplaoiigclmkoifgb
Official URL https://chromewebstore.google.com/detail/twitch-bonus-chest-auto-c/pdjfehhlnpmhgdkoplaoiigclmkoifgb
Description Automatically claim the bonus chest when watching a live on Twitch.tv
File Size 141 KB
Installation Count 45
Current Version 1.1.0
Last Updated 2023-10-04
Publish Date 2023-10-03
Rating 5.00/5 Total 1 Ratings
Developer antonylgs
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Bonus Chest Auto Claimer",
    "version": "1.1.0",
    "description": "Automatically claim the bonus chest when watching a live on Twitch.tv",
    "host_permissions": [
        "https:\/\/www.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_title": "Twitch Bonus Chest Auto Claimer",
        "default_popup": "popup.html"
    }
}