Kinorium

The best website for movie search and thoughts sharing with friends

Apa itu Kinorium?

Kinorium adalah ekstensi Chrome yang dikembangkan oleh https://kinorium.com, dan fitur utamanya adalah "The best website for movie search and thoughts sharing with friends".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Kinorium

Unduh file ekstensi Kinorium dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Kinorium Kinorium
ID ogeankadkoofdjpdoggjfomegklpdnmb
URL Resmi https://chromewebstore.google.com/detail/kinorium/ogeankadkoofdjpdoggjfomegklpdnmb
Deskripsi The best website for movie search and thoughts sharing with friends
Ukuran File 71.9 KB
Jumlah Instalasi 672
Versi Saat Ini 1.3
Terakhir Diperbarui 2023-04-22
Tanggal Publikasi 2020-12-15
Penilaian 4.71/5 Total 17 Penilaian
Pengembang https://kinorium.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://kinorium.com
Bahasa yang Didukung 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';"
}