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": "\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0444\u043e\u0442\u043e \u0441 \u0442\u0435\u043b\u0435\u0433\u0440\u0430\u043c",
"version": "1.2",
"description": "\u0421\u043a\u0430\u0447\u0438\u0432\u0430\u0439\u0442\u0435 \u0444\u043e\u0442\u043e \u0432 \u0432\u0435\u0431-\u0432\u0435\u0440\u0441\u0438\u0438 \u0422\u0435\u043b\u0435\u0433\u0440\u0430\u043c \u0431\u044b\u0441\u0442\u0440\u043e \u0438 \u043f\u0440\u043e\u0441\u0442\u043e, \u0432 \u0442\u043e\u043c \u0447\u0438\u0441\u043b\u0435 \u0432 \u0437\u0430\u043a\u0440\u044b\u0442\u044b\u0445 \u043e\u0442 \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043a\u0430\u043d\u0430\u043b\u043e\u0432",
"author": "Andrey Sherechevskiy - https:\/\/t.me\/Sherechevskiy",
"manifest_version": 3,
"action": {
"default_icon": {
"128": "images\/128.png"
}
},
"content_scripts": [
{
"js": [
"jquery.js",
"check.js"
],
"matches": [
"*:\/\/web.telegram.org\/k\/*"
]
},
{
"js": [
"jquery.js",
"check2.js"
],
"matches": [
"*:\/\/web.telegram.org\/a\/*"
]
}
],
"icons": {
"128": "images\/128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [],
"host_permissions": []
}