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": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u043e\u0442\u043a\u043b\u0438\u043a\u043e\u0432 \u043d\u0430 \u0432\u0430\u043a\u0430\u043d\u0441\u0438\u0438 hh.ru",
"description": "\u0417\u0430\u0431\u0443\u0434\u044c\u0442\u0435 \u043e \u0440\u0443\u0442\u0438\u043d\u043d\u043e\u0439 \u0440\u0430\u0431\u043e\u0442\u0435 \u043f\u043e \u043e\u0442\u043a\u043b\u0438\u043a\u0443 \u043d\u0430 \u0432\u0430\u043a\u0430\u043d\u0441\u0438\u0438! \u041d\u0430\u0448\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u0435\u043b\u0430\u0435\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u043e\u0438\u0441\u043a\u0430 \u0440\u0430\u0431\u043e\u0442\u044b \u043f\u0440\u043e\u0449\u0435 \u0438 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u0435\u0435.",
"author": "Andrey Sherechevskiy",
"version": "2.2",
"manifest_version": 3,
"action": {
"default_icon": {
"16": "\/images\/16.png",
"32": "\/images\/32.png",
"48": "\/images\/48.png"
}
},
"icons": {
"16": "\/images\/16.png",
"32": "\/images\/32.png",
"48": "\/images\/48.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"conf.js",
"jquery.js",
"checkout.js",
"main.js"
],
"matches": [
"*:\/\/*.hh.ru\/*",
"*:\/\/hh.ru\/*"
]
}
],
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"page\/tutorial.html"
],
"matches": [
"<all_urls>"
]
}
]
}