Kinorium

The best website for movie search and thoughts sharing with friends

Kinoriumとは何ですか?

Kinoriumはhttps://kinorium.comによって開発されたChromeの拡張機能で、その主な機能は「The best website for movie search and thoughts sharing with friends」です。

拡張機能のスクリーンショット

screenshot
screenshot

Kinorium拡張機能のCRXファイルをダウンロード

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
Eメール [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';"
}