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": "\u0424\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u0438\u0439 \u044d\u043a\u0441\u043f\u0440\u0435\u0441\u0441", "description": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u043d\u0430 \u043f\u043e\u0434\u0430\u0447\u0443 \u0432\u0438\u0437\u044b \u0432\u043e \u0424\u0440\u0430\u043d\u0446\u0438\u044e \u0432 VFS", "manifest_version": 3, "version": "2.13.4", "icons": { "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/visa.vfsglobal.com\/*" ], "js": [ "content.js" ] }, { "matches": [ "https:\/\/visa.vfsglobal.com\/*", "https:\/\/www.recaptcha.net\/*" ], "js": [ "gre_inject.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "*.json", "*.html", "content.js" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "gre.js" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "storage", "declarativeNetRequest" ], "host_permissions": [ "https:\/\/lift-api.vfsglobal.com\/", "https:\/\/online.vfsglobal.com\/", "https:\/\/visa.vfsglobal.com\/", "https:\/\/d2ab400qlgxn2g.cloudfront.net\/", "https:\/\/www.recaptcha.net\/" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] } }