Kinorium

The best website for movie search and thoughts sharing with friends

Cos'è Kinorium?

Kinorium è un'estensione di Chrome sviluppata da https://kinorium.com, e la sua funzione principale è "The best website for movie search and thoughts sharing with friends".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Kinorium

Scarica i file di estensione Kinorium in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Kinorium Kinorium
ID ogeankadkoofdjpdoggjfomegklpdnmb
URL Ufficiale https://chromewebstore.google.com/detail/kinorium/ogeankadkoofdjpdoggjfomegklpdnmb
Descrizione The best website for movie search and thoughts sharing with friends
Dimensione del File 71.9 KB
Conteggio Installazioni 672
Versione Corrente 1.3
Ultimo Aggiornamento 2023-04-22
Data di Pubblicazione 2020-12-15
Valutazione 4.71/5 Totale 17 Valutazioni
Sviluppatore https://kinorium.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kinorium.com
Lingue Supportate 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';"
}