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": "VFS \u0420\u043e\u0441\u0441\u0438\u044f \u0424\u0440\u0430\u043d\u0446\u0438\u044f", "description": "\u041f\u043e\u043c\u043e\u0449\u044c \u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438 \u0441\u043b\u043e\u0442\u043e\u0432 \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438 \u0432 \u0412\u0438\u0437\u043e\u0432\u044b\u0435 \u0446\u0435\u043d\u0442\u0440\u044b \u0420\u043e\u0441\u0441\u0438\u0438 \u0434\u043b\u044f \u043f\u043e\u0434\u0430\u0447\u0438 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0441\u0442\u0432\u043e \u0424\u0440\u0430\u043d\u0446\u0438\u0438.", "version": "2.21", "manifest_version": 3, "permissions": [ "activeTab", "webRequest", "storage" ], "action": { "default_icon": { "16": "images\/icon16.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "host_permissions": [ "https:\/\/*.vfsglobal.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.vfsglobal.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "resources": [ "js\/injected.js" ], "matches": [ "https:\/\/*.vfsglobal.com\/*" ] } ], "minimum_chrome_version": "92" }