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": "\u041f\u0440\u043e\u043c\u043e\u0411\u0423\u041c",
"version": "1.0.2",
"description": "\u041f\u0440\u043e\u043c\u043e\u0411\u0423\u041c: \u043d\u0430\u0439\u0434\u0435\u0442 \u043f\u0440\u043e\u043c\u043e\u043a\u043e\u0434\u044b \u0438 \u0441\u043a\u0438\u0434\u043a\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438! \u042d\u043a\u043e\u043d\u043e\u043c\u044c \u043d\u0430 \u043f\u043e\u043a\u0443\u043f\u043a\u0430\u0445 \u0432 \u043e\u0434\u0438\u043d \u043a\u043b\u0438\u043a. \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u0441\u0435\u0439\u0447\u0430\u0441!",
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"*:\/\/ya.ru\/*",
"*:\/\/*.ya.ru\/*",
"*:\/\/yandex.ru\/*",
"*:\/\/*.yandex.ru\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>",
"*:\/\/ya.ru\/search*",
"*:\/\/*.ya.ru\/search*",
"*:\/\/yandex.ru\/search*",
"*:\/\/*.yandex.ru\/search*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icons\/icon-gray-16.png",
"32": "icons\/icon-gray-32.png",
"48": "icons\/icon-gray-48.png",
"128": "icons\/icon-gray-128.png"
},
"privacy_policy": null
}