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": "\u041a\u043e\u0440\u0440\u0435\u043a\u0442\u043e\u0440 \u042f\u043d\u0434\u0435\u043a\u0441\u0430", "version": "1.0", "permissions": [ "activeTab", "contextMenus" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "128": "images\/icon128.png" } }