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": "Kinopoisk Player - \u0444\u0438\u043b\u044c\u043c\u044b\/\u0441\u0435\u0440\u0438\u0430\u043b\u044b",
"version": "16.2.3",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6IgiHmdoj2e2dq8mlC31K30rxGtuCpqkP\/nZT76SVd9psyIq3bUYQRrQVmroRSdSB8b2jAhUxiXMIbPkWp+7v19hMwKdLf5UI3QowRK5bLEYmguP6\/z+Qt6lVcDXOflgP4k3U0j6gvC0Ryd78Ko3O4I1en0cVIiSmTnCZfgSfugu1UO6O8ppyHohMkNMht7j2EDdightoeqGhIt33XTO5z5bABAQ82MVtPbJvIw4EMZbunLcw+aMxwnItrCYgw8Np8Un\/InlrfduNAzQNiCgqaU3+WOycVPhvj3WqMVIi1pbq5SmPg6Xk94BqdyR5eQtzQ6ornROU8+KsRGSRTA0pQIDAQAB",
"description": "",
"icons": {
"16": "16.png",
"128": "logo.png"
},
"author": {
"email": "[email protected]"
},
"background": {
"service_worker": "background_process.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.kinopoisk.ru\/film\/*",
"https:\/\/www.kinopoisk.ru\/series\/*"
],
"run_at": "document_start",
"all_frames": false,
"css": [
".\/css\/main.css",
".\/css\/bootstrap.css"
],
"js": [
"config.js",
"jquery.js",
"jscolor.js",
"background.js",
"settings.js"
]
},
{
"matches": [
"https:\/\/hd.kinopoisk.ru\/*"
],
"run_at": "document_start",
"all_frames": false,
"css": [
".\/css\/main.css"
],
"js": [
"config.js",
"jquery.js",
"backToOrigKP.js"
]
},
{
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_start",
"all_frames": false,
"js": [
"config.js",
"jquery.js",
"background_metric.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"settings.png"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"resources": [
"metric.js"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"resources": [
"additional_features.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"permissions": [
"storage"
]
}