Kinorium

The best website for movie search and thoughts sharing with friends

Qu'est-ce que Kinorium ?

Kinorium est une extension Chrome développée par https://kinorium.com, et sa fonction principale est "The best website for movie search and thoughts sharing with friends".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Kinorium

Téléchargez les fichiers d'extension Kinorium au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Kinorium Kinorium
ID ogeankadkoofdjpdoggjfomegklpdnmb
URL Officiel https://chromewebstore.google.com/detail/kinorium/ogeankadkoofdjpdoggjfomegklpdnmb
Description The best website for movie search and thoughts sharing with friends
Taille du Fichier 71.9 KB
Nombre d'Installations 672
Version Actuelle 1.3
Dernière Mise à Jour 2023-04-22
Date de Publication 2020-12-15
Évaluation 4.71/5 Total 17 Évaluations
Développeur https://kinorium.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://kinorium.com
Langues Prises en Charge 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';"
}