Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "name": "__MSG_name__", "description": "__MSG_description__", "manifest_version": 3, "version": "3.2.3", "icons": { "16": "kontur-16.png", "48": "kontur-48.png", "128": "kontur-128.png" }, "default_locale": "ru", "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "permissions": [ "management", "nativeMessaging", "tabs", "scripting" ], "host_permissions": [ "<all_urls>" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqXswJeY+RqA6UoDzBLsFx+UEtE1O0+l1HeJLNWFeQyv7ejyzFCfducNzsM5tx3EVP7W1azdnXqs68pJixaehfHi6tROlxF+RdXOiEfPPttdxKwcMprNIjSM0ceqtb8ZMa2FhnNnpdesP3DuDB\/DFr5ulHcP4Gti6mRRbhhxDwbqmiD6J7JyZQjcB0LsEMmepPbU1zom81Cv\/4sDDGTmZT7eVBWVYm1VvdtDlw\/aExiImFgfqdnRKn5vY82Xmwz3CoM9X9OdU2K+WyefogESFaEH5+n8+FauYFtHoG5\/vwSYSiQu1e0+nxOspCasI+Gia7ctr4SIdMNtyg0h2MHN8YwIDAQAB" }