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": "SuperChats Only for YouTube",
"short_name": "SuperChats Only",
"version": "1.8.5",
"description": "Solo Super Chats en YouTube: panel fijo, fullscreen, A+\/A\u2212, tabla USD y visor vertical 9:16 con temporizador.",
"icons": {
"128": "icons\/icon128.png"
},
"action": {
"default_title": "SuperChats Only",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"sidePanel"
],
"host_permissions": [
"https:\/\/*.youtube.com\/*"
],
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"web_accessible_resources": []
}