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 | \u0412\u0435\u0440\u043d\u0443\u0442\u044c 1080 \u043d\u0430 Twitch \u043e\u0442 STREAM KEY (\u043d\u0435 \u0412\u041f\u041d)", "version": "1.0.1", "description": "\u041d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c \u0412\u041f\u041d \u043a\u0430\u043a \u0430\u043d\u0430\u043b\u043e\u0433\u0438. \u0415\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0431\u0435\u0437 \u0432\u043f\u043d. \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 Twitch \u0432 \u0420\u043e\u0441\u0441\u0438\u0438.", "permissions": [ "storage", "declarativeNetRequest", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "*:\/\/*.twitch.tv\/*", "*:\/\/*.ttvnw.net\/*", "*:\/\/*.streamkey.ru\/*" ], "background": { "service_worker": "background\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content\/content.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "fonts\/*.ttf", "fonts\/*.otf" ], "matches": [ "*:\/\/*.twitch.tv\/*" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "action": { "default_popup": "popup\/popup.html" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } }