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_extName__", "version": "1.3.2", "short_name": "vknext-vms", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/vknext.net", "default_locale": "ru", "content_scripts": [ { "js": [ "content.vms.js" ], "css": [ "injected.vms.css" ], "matches": [ "https:\/\/vk.com\/*", "https:\/\/vk.ru\/*" ], "run_at": "document_idle" } ], "icons": { "16": "assets\/icon16.png", "24": "assets\/icon24.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png", "300": "assets\/icon300.png" }, "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "https:\/\/vk.com\/*", "https:\/\/vk.ru\/*" ] } ], "permissions": [ "declarativeNetRequestWithHostAccess" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "dnr_rules.vms.json" } ] }, "host_permissions": [ "https:\/\/api.genius.com\/*", "https:\/\/vk.com\/*", "https:\/\/vk.ru\/*" ], "minimum_chrome_version": "105", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1dt2cQbEmETmcM7gLtXmI+0SsaznQx\/7mYwXqIong2grAcOHAq7rT74ps30stZYVIUiR8G0RAoT0AJSotIgiRxwWLa7ErUU6eHSg+gGTP9WAk1n22KsmywubXPCFpomYeUC8XQfq2qrbpuxoX\/dd8Y\/4D25jGnO66pace9aD1kCHfYi3zb+h\/jpaP0xxvQWUiw9MO9zZSKanAJu5tyd+Uzf0JakXWdubZ1qHwt4UmMQFdhtiCBda6cHUSKCpawUJGDvHdTWVoTARg1HsqMs0nlHnoY4mm7vHWKdhu9nDudenuqwPdH2OVNS\/lERWpxhxPy0WAC1DdoidNeJUDJ9P6QIDAQAB", "incognito": "split", "action": { "default_title": "__MSG_popup_title__", "default_popup": "popup.html" }, "background": { "service_worker": "background.vms.js" } }