КиноПоиск Бесплатно
Бесплатный просмотр фильмов на сайте КиноПоиск
What is КиноПоиск Бесплатно?
КиноПоиск Бесплатно is a Chrome extension developed by https://kinokartel.ru, 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 | kojjjjdojafbbpmhlmknbglempljhlke |
Official URL | https://chromewebstore.google.com/detail/%D0%BA%D0%B8%D0%BD%D0%BE%D0%BF%D0%BE%D0%B8%D1%81%D0%BA-%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE/kojjjjdojafbbpmhlmknbglempljhlke |
Description | Бесплатный просмотр фильмов на сайте КиноПоиск |
File Size | 14.73 KB |
Installation Count | 1,103 |
Current Version | 1.21 |
Last Updated | 2020-10-21 |
Publish Date | 2020-09-04 |
Rating | 2.50/5 Total 4 Ratings |
Developer | https://kinokartel.ru |
[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\u043e\u0438\u0441\u043a \u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e", "description": "\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0444\u0438\u043b\u044c\u043c\u043e\u0432 \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 \u041a\u0438\u043d\u043e\u041f\u043e\u0438\u0441\u043a", "version": "1.21", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.kinopoisk.ru\/series\/*\/", "https:\/\/www.kinopoisk.ru\/film\/*\/" ], "js": [ "controls.js" ], "run_at": "document_end" } ] } |