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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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';"
}