Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Carre Points",
"description": "Transforma tus puntos del canal de Twitch de Carreraaa y obten puntos en Kick",
"version": "0.0.90",
"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"
]
}