WebExtension.net
Toggle dark mode
WebExtension.net

Spreen Points

View on Chrome Web Store
View Spreen Points Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (157 ratings)
1 new ratings
19 views
This extension has been viewed 19 times

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

Transforma tus puntos del canal de Twitch de Spreen y obten puntos en Kick
Type
Extension
Users
20,000 users
10K
h4x
View author page of h4x
Published
Published on September 8, 2024
Version 1.1.96
Manifest version
3
Updated
Updated on February 17, 2025
lifestyle/entertainment
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Spreen 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": "Spreen Points",
    "description": "Transforma tus puntos del canal de Twitch de Spreen y obten puntos en Kick",
    "version": "1.1.96",
    "action": {
        "default_popup": "views\/popup.html",
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.kick.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "inject\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject\/script.js",
                "inject\/style.css"
            ],
            "matches": [
                "https:\/\/*.kick.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.kick.com\/*",
        "https:\/\/.kick.com\/",
        "https:\/\/*.twitch.tv\/*",
        "https:\/\/points.hutils.com\/*"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "debugger"
    ]
}
© 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