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": "UchiX",
"description": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435, \u0431\u044b\u0441\u0442\u0440\u043e\u0435 \u0438 \u0443\u0434\u043e\u0431\u043d\u043e\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u0439 \u043d\u0430 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445 \u0441\u0430\u0439\u0442\u0430\u0445!",
"version": "4.6.2",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"action": {
"default_title": "UchiX"
},
"permissions": [
"notifications",
"storage",
"nativeMessaging"
],
"host_permissions": [
"https:\/\/*.cdz.rip\/*"
],
"web_accessible_resources": [
{
"resources": [
"static\/pages\/popup.html",
"static\/pages\/solving.html",
"images\/logo.jpg"
],
"matches": [
"https:\/\/uchi.ru\/*",
"https:\/\/edu.skysmart.ru\/*"
],
"use_dynamic_url": true
}
],
"content_scripts": [
{
"matches": [
"https:\/\/uchi.ru\/*"
],
"run_at": "document_start",
"all_frames": false,
"js": [
"uchiru.js"
],
"css": [
"static\/pages\/global.css"
]
},
{
"matches": [
"https:\/\/uchi.ru\/*",
"https:\/\/edu.skysmart.ru\/*"
],
"run_at": "document_end",
"all_frames": false,
"js": [
"static\/sweetalert\/sweetalert2.min.js"
],
"css": [
"static\/sweetalert\/sweetalert2.min.css"
]
},
{
"matches": [
"https:\/\/edu.skysmart.ru\/*"
],
"run_at": "document_start",
"all_frames": false,
"js": [
"skysmart.js"
],
"css": [
"static\/pages\/global.css"
]
},
{
"matches": [
"https:\/\/api.cdz.rip\/v1\/extension\/token"
],
"run_at": "document_end",
"all_frames": false,
"js": [
"auth.js"
]
}
]
}