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": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e 1080p \u043d\u0430 Twitch \u0434\u043b\u044f \u0420\u043e\u0441\u0441\u0438\u0438 | ggsel extension", "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0422\u0432\u0438\u0447\u0430 1080 \u0432 \u0420\u043e\u0441\u0441\u0438\u0438. \u0421\u043c\u043e\u0442\u0440\u0438 Twitch \u0432 Full HD \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0431\u0435\u0437 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439. \u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e, \u0431\u0435\u0437 \u0440\u0435\u043a\u043b\u0430\u043c\u044b, \u0431\u0435\u0437 VPN!", "version": "1.0.5.5", "permissions": [ "storage", "declarativeNetRequestWithHostAccess", "activeTab" ], "host_permissions": [ "https:\/\/*.twitch.tv\/*", "https:\/\/*.ttvnw.net\/*", "https:\/\/*.twitchcdn.net\/*", "https:\/\/store.steampowered.com\/*", "https:\/\/steamcommunity.com\/*" ], "background": { "service_worker": "service-worker.js", "type": "module" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "options_page": "options\/options.html", "content_scripts": [ { "matches": [ "*:\/\/store.steampowered.com\/*", "*:\/\/steamcommunity.com\/*" ], "js": [ "content\/steam.content.js" ], "css": [ "content\/ui.css" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content\/twitch.content.js" ], "css": [ "content\/ui.css" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "common\/storage.js", "common\/config.js" ], "matches": [ "https:\/\/*.twitch.tv\/*", "https:\/\/*.ttvnw.net\/*", "https:\/\/*.twitchcdn.net\/*", "https:\/\/store.steampowered.com\/*", "https:\/\/steamcommunity.com\/*" ] } ], "action": { "default_title": "ggsel extension | \u0412\u0435\u0440\u043d\u0443\u0442\u044c \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e 1080p \u043d\u0430 Twitch | \u041f\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 Steam", "default_popup": "options\/options.html" } }