WebExtension.net
Toggle dark mode
WebExtension.net

Twitch Points

View on Chrome Web Store
View Twitch Points Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
1 new ratings
65 views
This extension has been viewed 65 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Extension which automatically claims Twitch points
Type
Extension
Users
5 users
1
blackswordbg
View author page of blackswordbg
Published
Published on August 12, 2024
Version 1.1
Manifest version
3
Updated
Updated on August 12, 2024
lifestyle/games
Extension Category
View on Chrome Web Store
View Twitch Points Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Points",
    "description": "Extension which automatically claims Twitch points",
    "version": "1.1",
    "icons": {
        "48": "icons\/48x-twitch-points-extension.png",
        "128": "icons\/128x-twitch-points-extension.png"
    },
    "background": {
        "service_worker": "src\/twitch-points-extension-background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "src\/twitch-points-extension.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "src\/twitch-points-extension.html",
        "default_icon": "icons\/twitch-points-extension.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top