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": 2, "name": "The \u041c\u0443\u0445\u0438", "short_name": "The \u041c\u0443\u0445\u0438", "description": "\u041c\u0443\u0445\u0438 \u043b\u0430\u0437\u044f\u0442 \u0431\u0443\u043a\u0432\u0430\u043b\u044c\u043d\u043e \u043f\u043e \u0432\u0441\u0435\u043c \u0441\u0430\u0439\u0442\u0430\u043c, \u043c\u043e\u0436\u043d\u043e \u0438\u0445 \u043b\u043e\u0432\u0438\u0442\u044c, \u043e\u0447\u0435\u043d\u044c \u043f\u043e\u043b\u0435\u0437\u043d\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.", "version": "1.21", "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "index.html" }, "options_page": "index.html", "content_scripts": [ { "matches": [ "<all_urls>" ], "run_at": "document_end", "js": [ "jquery.js", "functions.js", "fly.js", "fly2.js" ] } ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'unsafe-eval';" }