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
电子邮箱 [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';"
}