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": "__MSG_extension_name__",
"version": "1.9.14",
"description": "__MSG_extension_description__",
"default_locale": "en",
"permissions": [
"tabs",
"activeTab",
"webRequest",
"storage",
"contextMenus"
],
"host_permissions": [
"*:\/\/*.twitch.tv\/*",
"*:\/\/*.ttvnw.net\/*",
"*:\/\/*.kick.com\/*",
"*:\/\/*.live-video.net\/*"
],
"background": {
"service_worker": "background.bundle.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.twitch.tv\/*",
"*:\/\/*.ttvnw.net\/*",
"*:\/\/*.kick.com\/*",
"*:\/\/*.live-video.net\/*"
],
"js": [
"hls.min.js",
"content.bundle.js"
],
"css": [
"content.css"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/www.twitch.tv\/*",
"*:\/\/kick.com\/*"
],
"js": [
"notification.bundle.js"
],
"css": [
"notification.css"
],
"run_at": "document_idle"
},
{
"matches": [
"*:\/\/player.twitch.tv\/*"
],
"js": [
"iframeContent.bundle.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"hls.min.js",
"iframeContent.bundle.js",
"icons\/*"
],
"matches": [
"*:\/\/*.twitch.tv\/*",
"*:\/\/*.ttvnw.net\/*",
"*:\/\/*.kick.com\/*",
"*:\/\/*.live-video.net\/*",
"*:\/\/player.twitch.tv\/*"
]
}
],
"icons": {
"16": "icons\/icon-v2_16x16.png",
"32": "icons\/icon-v2-left_48x48.png",
"48": "icons\/icon-v2_48x48.png",
"128": "icons\/icon-v2.png"
},
"action": {
"default_icon": {
"16": "icons\/icon-v2_16x16.png",
"48": "icons\/icon-v2_48x48.png"
},
"default_title": "__MSG_extension_action_title__",
"default_popup": "popup.html"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsvHDTJJm5+o0Ns75OZ+KPwKaOx7WiJ9Y4agCV6ipvSV8pzaXmHhi9eMOR9f+2q0\/irjVUoNY2nxtWVkG83mLpVVby\/wfVo\/xU+J+hLo2m713dIdGbxlfkZLPxSwpLadeyvVQa3wECm+QPzM2dX\/Gf7zQxqN8JIkFoXocbSX0W5qvOTtjc7tSEi3Gq3LxU4Qlg5vi62kv3wHBUrzVIP0stHlt4gNjSvnIFhLzbNUdlQGzFZwZX0K5WH4j\/K236Fg60vF\/C+zS1wJ+Elug1FSUvauKmn7+AGW988RawmF+8smTbDcm9aGueEhjfoN7cUwPgPLn3MUqohxKjJucXZMCpQIDAQAB"
}