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": "__MSG_name__", "description": "__MSG_description__", "manifest_version": 3, "version": "3.0.21", "icons": { "16": "diag-16.png", "24": "diag-24.png", "32": "diag-32.png", "36": "diag-36.png", "48": "diag-48.png", "64": "diag-64.png", "128": "diag-128.png" }, "default_locale": "ru", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqzg7BURrOu78W8F8CQF4xz5I4oJSncXQbg2Y3kpMHEcqhTzReCHBOb43BfzQRxF0nVNRSntkrJexrj9+TGs3Ll1WjGkoOs6hOpLaKeiweBQp7f+y7qyLpwE8R2m8zeBOlDLENAi0LIJaeJSTkAJBgu8VKDP5YD0Qf\/ZtjAjMDfynXGEDaBKWRGAQNbRbmIOH28GOHW2bvb6PCJGy437RUnd++L2R\/7wbuU\/\/XBWoNABgyTtghlhU5ARH7Y7\/V5gp0DWMBE51hj9ze\/mz6JPN8\/9KwO1AUVSJRZUAJ11m9oF63R2cQpJIahscDj4PF8KLksVHrMCfWn4Ac1BX9T\/5GQIDAQAB", "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "https:\/\/*.kontur.ru\/*", "https:\/\/*.testkontur.ru\/*", "https:\/\/i.kontur-ca.ru\/*", "http:\/\/localhost.testkontur.ru\/*" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "permissions": [ "nativeMessaging", "tabs", "scripting" ], "host_permissions": [ "<all_urls>" ] }