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 \u00ab\u0418\u0441\u043a\u0430\u0442\u044c \u0432 \u042f\u043d\u0434\u0435\u043a\u0441\u00bb \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0445 Google\u2122",
"version": "1.5.1",
"icons": {
"128": "img\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.google.am\/*",
"*:\/\/www.google.az\/*",
"*:\/\/www.google.by\/*",
"*:\/\/www.google.com.ua\/*",
"*:\/\/www.google.com\/*",
"*:\/\/www.google.ee\/*",
"*:\/\/www.google.fi\/*",
"*:\/\/www.google.ge\/*",
"*:\/\/www.google.kg\/*",
"*:\/\/www.google.kz\/*",
"*:\/\/www.google.lt\/*",
"*:\/\/www.google.lv\/*",
"*:\/\/www.google.md\/*",
"*:\/\/www.google.ru\/*",
"*:\/\/www.google.tm\/*",
"*:\/\/www.google.tr\/*",
"*:\/\/www.google.uz\/*"
],
"js": [
"js\/add_button.js"
],
"css": [
"css\/btn.css"
],
"run_at": "document_end"
}
]
}