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",
"content_scripts": [
{
"css": [
"css\/button.css"
],
"js": [
"js\/button.js"
],
"matches": [
"*:\/\/*.google.am\/*",
"*:\/\/*.google.at\/*",
"*:\/\/*.google.az\/*",
"*:\/\/*.google.be\/*",
"*:\/\/*.google.by\/*",
"*:\/\/*.google.ca\/*",
"*:\/\/*.google.ch\/*",
"*:\/\/*.google.cl\/*",
"*:\/\/*.google.cn\/*",
"*:\/\/*.google.co.id\/*",
"*:\/\/*.google.co.il\/*",
"*:\/\/*.google.co.in\/*",
"*:\/\/*.google.co.jp\/*",
"*:\/\/*.google.co.kr\/*",
"*:\/\/*.google.co.nz\/*",
"*:\/\/*.google.co.th\/*",
"*:\/\/*.google.co.uk\/*",
"*:\/\/*.google.co.ve\/*",
"*:\/\/*.google.co.za\/*",
"*:\/\/*.google.com.au\/*",
"*:\/\/*.google.com.br\/*",
"*:\/\/*.google.com.eg\/*",
"*:\/\/*.google.com.sa\/*",
"*:\/\/*.google.com.vn\/*",
"*:\/\/*.google.com\/*",
"*:\/\/*.google.cz\/*",
"*:\/\/*.google.de\/*",
"*:\/\/*.google.dk\/*",
"*:\/\/*.google.ee\/*",
"*:\/\/*.google.es\/*",
"*:\/\/*.google.fi\/*",
"*:\/\/*.google.fr\/*",
"*:\/\/*.google.ge\/*",
"*:\/\/*.google.gr\/*",
"*:\/\/*.google.hk\/*",
"*:\/\/*.google.hu\/*",
"*:\/\/*.google.ie\/*",
"*:\/\/*.google.it\/*",
"*:\/\/*.google.kz\/*",
"*:\/\/*.google.lt\/*",
"*:\/\/*.google.lv\/*",
"*:\/\/*.google.md\/*",
"*:\/\/*.google.mx\/*",
"*:\/\/*.google.nl\/*",
"*:\/\/*.google.no\/*",
"*:\/\/*.google.pl\/*",
"*:\/\/*.google.pt\/*",
"*:\/\/*.google.ru\/*",
"*:\/\/*.google.se\/*",
"*:\/\/*.google.sg\/*",
"*:\/\/*.google.sk\/*",
"*:\/\/*.google.tm\/*",
"*:\/\/*.google.tr\/*",
"*:\/\/*.google.ua\/*",
"*:\/\/*.google.uz\/*"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": {
"128": "img\/icon-128.png"
},
"default_title": "__MSG_extensionName__"
},
"icons": {
"128": "img\/icon-128.png"
},
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "1.23",
"default_locale": "ru",
"description": "__MSG_extensionDescription__"
}