Kinorium

The best website for movie search and thoughts sharing with friends

Vad är Kinorium?

Kinorium är en Chrome-tillägg utvecklad av https://kinorium.com, och dess huvudfunktion är "The best website for movie search and thoughts sharing with friends".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Kinorium-förlängningens CRX-fil

Ladda ner Kinorium-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Kinorium Kinorium
ID ogeankadkoofdjpdoggjfomegklpdnmb
Officiell webbadress https://chromewebstore.google.com/detail/kinorium/ogeankadkoofdjpdoggjfomegklpdnmb
Beskrivning The best website for movie search and thoughts sharing with friends
Filstorlek 71.9 KB
Antal Installationer 672
Aktuell Version 1.3
Senast Uppdaterad 2023-04-22
Publiceringsdatum 2020-12-15
Betyg 4.71/5 Totalt 17 Betyg
Utvecklare https://kinorium.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://kinorium.com
Stödda Språk 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';"
}