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
官方網址 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';"
}