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", "name": "\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0430\u0447 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456\u0432 zno.osvita.ua", "version": "1.1.0", "manifest_version": 2, "description": "\u0426\u0435 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u043d\u044f \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u0435 \u0434\u043b\u044f \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0442\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0443 \u0434\u043e \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456\u0432 \u0434\u043e \u0437\u0430\u0432\u0434\u0430\u043d\u044c \u043d\u0430 \u0441\u0430\u0439\u0442\u0456 zno.osvita.ua", "author": "Blaumaus", "homepage_url": "https:\/\/github.com\/Blaumaus\/zno-ext", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ ".\/src\/js\/background.js" ], "persistent": false }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "\u041f\u0430\u043d\u0435\u043b\u044c \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u043e\u0434\u0430\u0442\u043a\u0443 \u0434\u043b\u044f \u0417\u041d\u041e", "default_popup": "src\/popup.html" }, "permissions": [ "storage", "activeTab", "declarativeContent", "cookies", "tabs", "https:\/\/zno.osvita.ua\/*" ], "content_scripts": [ { "matches": [ "https:\/\/zno.osvita.ua\/*" ], "js": [ ".\/src\/js\/inject.js" ], "run_at": "document_start" } ] }