КиноПлеер
Расширение позволяет смотреть фильмы с кинопоиска онлайн в один клик
What is КиноПлеер?
КиноПлеер is a Chrome extension developed by DW365, and its main feature is "Расширение позволяет смотреть фильмы с кинопоиска онлайн в один клик".
Extension Screenshots
Download КиноПлеер Extension CRX File
Download КиноПлеер 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
Расширение позволяет в один клик смотреть фильмы с сайта кинопоиск
Extension Basic Information
Name | КиноПлеер |
ID | pkdhofhdjmfoncknhdldjhbibddimibf |
Official URL | https://chromewebstore.google.com/detail/%D0%BA%D0%B8%D0%BD%D0%BE%D0%BF%D0%BB%D0%B5%D0%B5%D1%80/pkdhofhdjmfoncknhdldjhbibddimibf |
Description | Расширение позволяет смотреть фильмы с кинопоиска онлайн в один клик |
File Size | 40.76 KB |
Installation Count | 435 |
Current Version | 1.1.2 |
Last Updated | 2018-10-23 |
Publish Date | 2018-10-23 |
Rating | 4.14/5 Total 7 Ratings |
Developer | DW365 |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u041a\u0438\u043d\u043e\u041f\u043b\u0435\u0435\u0440", "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0444\u0438\u043b\u044c\u043c\u044b \u0441 \u043a\u0438\u043d\u043e\u043f\u043e\u0438\u0441\u043a\u0430 \u043e\u043d\u043b\u0430\u0439\u043d \u0432 \u043e\u0434\u0438\u043d \u043a\u043b\u0438\u043a", "version": "1.1.2", "permissions": [ "https:\/\/www.kinopoisk.ru\/film\/*" ], "browser_action": { "default_icon": "icons\/inactive.png" }, "web_accessible_resources": [ "pages\/player.html", "icons\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.kinopoisk.ru\/film\/*", "https:\/\/kinopoisk.ru\/film\/*" ], "run_at": "document_start", "js": [ "assets\/jquery.min.js", "js\/content.js" ] } ], "manifest_version": 2 } |