Kinorium

The best website for movie search and thoughts sharing with friends

Was ist Kinorium?

Kinorium ist eine Chrome-Erweiterung, die von https://kinorium.com entwickelt wurde, und ihr Hauptmerkmal ist "The best website for movie search and thoughts sharing with friends".

Erweiterungsscreenshots

screenshot
screenshot

Kinorium-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kinorium-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Kinorium Kinorium
ID ogeankadkoofdjpdoggjfomegklpdnmb
Offizielle URL https://chromewebstore.google.com/detail/kinorium/ogeankadkoofdjpdoggjfomegklpdnmb
Beschreibung The best website for movie search and thoughts sharing with friends
Dateigröße 71.9 KB
Installationsanzahl 672
Aktuelle Version 1.3
Letztes Update 2023-04-22
Veröffentlichungsdatum 2020-12-15
Bewertung 4.71/5 Insgesamt 17 Bewertungen
Entwickler https://kinorium.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://kinorium.com
Unterstützte Sprachen 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';"
}