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", "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043e \u0434\u043b\u044f \u0432\u0438\u0434\u0435\u043e\u0444\u0438\u043a\u0441\u0430\u0446\u0438\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439, \u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0435\u043c\u044b\u0445 \u043d\u0430 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u044b\u0445 \u043f\u043b\u043e\u0449\u0430\u0434\u043a\u0430\u0445 \u0438 \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 \u0415\u0418\u0421.", "manifest_version": 3, "name": "\u041f\u043b\u0430\u0433\u0438\u043d \u0413\u0418\u0421 \u041d\u0420", "version": "2.15", "icons": { "16": "img\/green_shield_16_16_enabled.png", "48": "img\/green_shield_48_48_enabled.png", "128": "img\/green_shield_128_128_enabled.png" }, "permissions": [ "storage", "webRequest", "activeTab", "notifications", "tabs" ], "host_permissions": [ "http:\/\/127.0.0.1:9822\/*", "<all_urls>" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js", "matches": [ "<all_urls>" ] }, "action": { "default_title": "\u041f\u043b\u0430\u0433\u0438\u043d \u0413\u0418\u0421 \u041d\u0420: \u043f\u043b\u0430\u0433\u0438\u043d \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d", "default_icon": { "16": "img\/green_shield_16_16_disabled.png", "24": "img\/green_shield_24_24_disabled.png", "32": "img\/green_shield_32_32_disabled.png" }, "default_popup": "html\/popup\/popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/contentScripts\/content-script.js" ], "run_at": "document_end", "all_frames": true } ] }