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_product_name__", "description": "__MSG_product_description__", "version": "3.0.6", "manifest_version": 3, "minimum_chrome_version": "115", "default_locale": "ru", "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": "icons\/19.png" }, "chrome_url_overrides": { "newtab": "layout\/newtab.html" }, "content_security_policy": { "script-src": "self", "object-src": "self" }, "content_scripts": [ { "all_frames": false, "js": [ "includes\/contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": false, "js": [ "includes\/navigate.js" ], "matches": [ "http:\/\/zen.yandex.ru\/*", "https:\/\/zen.yandex.ru\/*", "http:\/\/zen.yandex.com\/*", "https:\/\/zen.yandex.com\/*", "http:\/\/zen.yandex.com.tr\/*", "https:\/\/zen.yandex.com.tr\/*", "http:\/\/zen.yandex.ua\/*", "https:\/\/zen.yandex.ua\/*", "http:\/\/zen.yandex.by\/*", "https:\/\/zen.yandex.by\/*", "http:\/\/zen.yandex.kz\/*", "https:\/\/zen.yandex.kz\/*" ], "run_at": "document_start" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "alarms", "bookmarks", "cookies", "geolocation", "history", "notifications", "offscreen", "storage", "tabs", "topSites", "unlimitedStorage", "webNavigation" ], "host_permissions": [ "https:\/\/*.google.com\/*", "*:\/\/*.yandex.ru\/*", "*:\/\/*.yandex.net\/*", "*:\/\/*.yandex.kz\/*", "*:\/\/*.yandex.ua\/*", "*:\/\/*.yandex.by\/*", "*:\/\/*.yandex.uz\/*", "*:\/\/*.yandex.com\/*", "*:\/\/*.yandex.com.tr\/*", "*:\/\/*.ya.ru\/*", "*:\/\/*.ya.by\/*", "*:\/\/*.ya.ua\/*", "*:\/\/*.ya.kz\/*", "*:\/\/*.ya.uz\/*", "*:\/\/*.ya.com\/*", "*:\/\/*.ya.com.tr\/*", "*:\/\/*.vb.yandex.addons\/*" ], "web_accessible_resources": [ { "resources": [ "\/*" ], "matches": [ "<all_urls>" ] } ] }