Kinopoisk Search
Search movies, TV series, celebrities using Kinopoisk.ru
What is Kinopoisk Search?
Kinopoisk Search is a Chrome extension developed by https://alexeychirukhin.com, and its main feature is "Search movies, TV series, celebrities using Kinopoisk.ru".
Extension Screenshots
Download Kinopoisk Search Extension CRX File
Download Kinopoisk Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Search movies, TV series, celebrities from browser action bar.
Quick search for selected text on page via right-click context menu.
Changelog:
v1.1.0:
- Added arrow keys navigation
v1.2.0:
- Updated UI
v1.3.0:
- Added bookmarks functionality
v1.4.0:
- New kinopoisk API
v2.0.0:
- Rewrite code base
- UI improvements
v2.1.0:
- Added ability to copy text from search results Extension Basic Information
| Name | |
| ID | inpnclbkkfdkjnnnijmcjmoddimecdfn |
| Official URL | https://chromewebstore.google.com/detail/kinopoisk-search/inpnclbkkfdkjnnnijmcjmoddimecdfn |
| Description | Search movies, TV series, celebrities using Kinopoisk.ru |
| File Size | 78.28 KB |
| Installation Count | 676 |
| Current Version | 2.1.1 |
| Last Updated | 2022-04-12 |
| Publish Date | 2020-05-24 |
| Rating | 4.89/5 Total 9 Ratings |
| Developer | https://alexeychirukhin.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/pr3sto/kinopoisk-search-extension |
| Supported Languages | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "2.1.1",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"homepage_url": "https:\/\/github.com\/pr3sto\/kinopoisk-search-extension",
"default_locale": "en",
"icons": {
"16": "img\/kinopoisk16.png",
"32": "img\/kinopoisk32.png",
"48": "img\/kinopoisk48.png",
"128": "img\/kinopoisk128.png"
},
"action": {
"default_icon": {
"16": "img\/kinopoisk16.png",
"32": "img\/kinopoisk32.png",
"48": "img\/kinopoisk48.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "context-menu.js"
},
"permissions": [
"contextMenus",
"bookmarks"
],
"host_permissions": [
"https:\/\/www.kinopoisk.ru\/*"
]
} | |