Kinorium

The best website for movie search and thoughts sharing with friends

Τι είναι το Kinorium;

Το Kinorium είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kinorium.com, και η κύρια λειτουργία του είναι "The best website for movie search and thoughts sharing with friends".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Kinorium

Λήψη αρχείων επέκτασης Kinorium σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Kinorium Kinorium
ID ogeankadkoofdjpdoggjfomegklpdnmb
Επίσημο URL https://chromewebstore.google.com/detail/kinorium/ogeankadkoofdjpdoggjfomegklpdnmb
Περιγραφή The best website for movie search and thoughts sharing with friends
Μέγεθος Αρχείου 71.9 KB
Αριθμός Εγκαταστάσεων 672
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2023-04-22
Ημερομηνία Δημοσίευσης 2020-12-15
Αξιολόγηση 4.71/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής https://kinorium.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://kinorium.com
Υποστηριζόμενες Γλώσσες 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';"
}