Inspect and view changes in redirect_kinopoisk source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "redirect_kinopoisk",
"version": "1.2.5",
"description": "The button redirects from kinopoisk to free videoplayer",
"icons": {
"128": "./icons/kp.png"
},
"content_scripts": [
{
"matches": [
"https://www.kinopoisk.ru/*"
],
"run_at": "document_idle",
"all_frames": false,
"js": [
"./content.js"
],
"css": [
"content.css"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{3b611635-6b28-4091-9cf5-de54bd2733e9}"
}
}
}