Kinorium

The best website for movie search and thoughts sharing with friends

Что такое Kinorium?

Kinorium - это расширение Chrome, разработанное https://kinorium.com, и его основная функция - "The best website for movie search and thoughts sharing with friends".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Kinorium

Скачайте файлы расширений Kinorium в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Kinorium is getting even closer to you with the new Chrome extension. Now, when you visit a movie page on any big movie site, you can easily go to its page in Kinorium in one click.

In addition, the extension will automatically show you the rating of that movie right in the browser bar. This is incredibly convenient!

The following projects are currently connected to the extension:

- IMDb.com
- Wikipedia
- Rotten Tomatoes
- BoxOfficeMojo
- Kinopoisk
- Netflix
- and other major online movie theaters                    

Основная информация о расширении

Название Kinorium Kinorium
ID ogeankadkoofdjpdoggjfomegklpdnmb
Официальный URL https://chromewebstore.google.com/detail/kinorium/ogeankadkoofdjpdoggjfomegklpdnmb
Описание The best website for movie search and thoughts sharing with friends
Размер файла 71.9 KB
Количество установок 672
Текущая Версия 1.3
Последнее Обновление 2023-04-22
Дата публикации 2020-12-15
Рейтинг 4.71/5 Всего 17 оценок
Разработчик https://kinorium.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://kinorium.com
Поддерживаемые языки en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.3",
    "default_locale": "ru",
    "homepage_url": "https:\/\/kinorium.com\/",
    "background": {
        "scripts": [
            "bg.js",
            "worker.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "description": "__MSG_extDesc__",
    "icons": {
        "96": "img\/96.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "img\/icon.png"
    ],
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self';"
}