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": "\u0422\u0432\u0438\u0447 1080 \u0438 1440 | \u0412\u0435\u0440\u043d\u0443\u0442\u044c 1080\/1440 \u043d\u0430 \u0422\u0432\u0438\u0447 \u043e\u0442 STREAM KEY (\u043d\u0435 \u0412\u041f\u041d)",
"description": "1080p \u0438 1440p \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e! \u041d\u0435 \u0412\u041f\u041d \u043a\u0430\u043a \u0430\u043d\u0430\u043b\u043e\u0433\u0438. \u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0442\u0432\u0438\u0447\u0430 1080 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e 1080 \u043d\u0430 \u0422\u0432\u0438\u0447 \u0432 \u0420\u043e\u0441\u0441\u0438\u0438.",
"version": "1.0.60",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"alarms",
"cookies",
"storage",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"https:\/\/*.twitch.tv\/*",
"https:\/\/gql.twitch.tv\/*",
"https:\/\/*.ttvnw.net\/*",
"https:\/\/*.streamkey.ru\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.twitch.tv\/*"
],
"resources": [
"fonts\/*.ttf",
"fonts\/*.otf",
"vaft.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "StreamKey",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.twitch.tv\/*"
],
"run_at": "document_start",
"css": [
"content-scripts\/content.css"
],
"js": [
"content-scripts\/content.js"
]
}
]
}