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": "\u0410\u0434\u0430\u043f\u0442\u0435\u0440 \u0420\u0443\u0442\u043e\u043a\u0435\u043d Web \u041f\u043b\u0430\u0433\u0438\u043d",
"version": "1.0.0.0",
"manifest_version": 2,
"description": "\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0420\u0443\u0442\u043e\u043a\u0435\u043d Web \u041f\u043b\u0430\u0433\u0438\u043d",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"web_accessible_resources": [
"webpage.js"
],
"permissions": [
"nativeMessaging"
]
}