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": "\u041a\u043d\u043e\u043f\u043a\u0430 \u043f\u043e\u0438\u0441\u043a\u0430 \u042f\u043d\u0434\u0435\u043a\u0441 \u0432 \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u0438\u043a\u0435 Google\u2122",
"description": "\u041a\u043d\u043e\u043f\u043a\u0430 \u043f\u043e\u0438\u0441\u043a\u0430 \u042f\u043d\u0434\u0435\u043a\u0441 \u0432 \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u0438\u043a\u0435 Google\u2122 \u0434\u043b\u044f \u0431\u043e\u043b\u0435\u0435 \u0443\u0434\u043e\u0431\u043d\u043e\u0433\u043e \u043f\u043e\u0438\u0441\u043a\u0430 \u0432 \u043e\u0431\u043e\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0445",
"version": "3.0.3",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"js": [
"search.js"
],
"css": [
"styles.css"
],
"matches": [
"*:\/\/www.google.com\/*",
"*:\/\/www.google.ru\/*",
"*:\/\/www.google.kz\/*",
"*:\/\/www.google.com.ua\/*",
"*:\/\/www.google.by\/*",
"*:\/\/www.google.uz\/*",
"*:\/\/www.google.az\/*",
"*:\/\/www.google.kg\/*",
"*:\/\/www.google.lt\/*",
"*:\/\/www.google.lv\/*",
"*:\/\/www.google.md\/*"
]
}
],
"action": {
"default_title": "\u041a\u043d\u043e\u043f\u043a\u0430 \u042f\u043d\u0434\u0435\u043a\u0441",
"default_popup": "popup.html"
},
"permissions": [
"storage"
]
}