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": "__MSG_extTitle__", "description": "__MSG_extDescription__", "default_locale": "ru", "version": "3.0.4", "author": "[email protected]", "minimum_chrome_version": "92", "homepage_url": "https:\/\/epn.bz", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "content_security_policy": { "extension_page": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "action": { "default_title": "__MSG_extTitle__", "default_popup": "popup.html", "default_icon": "icons\/48x48.png" }, "background": { "service_worker": "service_worker.js" }, "options_ui": { "page": "options.html" }, "permissions": [ "tabs", "storage", "webNavigation", "notifications" ], "host_permissions": [ "https:\/\/*.epn.bz\/*" ] }