IMDB (Unofficial)

This is a chrome extension which makes users to get info about a movie right in their browser(chrome)

Qu'est-ce que IMDB (Unofficial) ?

IMDB (Unofficial) est une extension Chrome développée par Sunny Jhunjhunwala, et sa fonction principale est "This is a chrome extension which makes users to get info about a movie right in their browser(chrome)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IMDB (Unofficial)

Téléchargez les fichiers d'extension IMDB (Unofficial) 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

                        This chrome extension helps you to quickly find more details about movies like Imdb rating, small description etc without the need of going to IMDB.com or leaving your browser tab.

Type movie name and hit enter or click on search to get movie or serial details, incase of movies with same names but different year, accompany the title with year also to target the correct film.

This is not a official product from IMDB and this extension is using OMDB API (http://www.omdbapi.com/).

All content included on this extension, such as text, logos etc are properties of their respective companies.                    

Informations de Base sur l'Extension

Nom IMDB (Unofficial) IMDB (Unofficial)
ID jjklpjnbopcmdeleflmpcpjeleccgmlh
URL Officiel https://chromewebstore.google.com/detail/imdb-unofficial/jjklpjnbopcmdeleflmpcpjeleccgmlh
Description This is a chrome extension which makes users to get info about a movie right in their browser(chrome)
Taille du Fichier 105 KB
Nombre d'Installations 89
Version Actuelle 1.2.0
Dernière Mise à Jour 2020-02-09
Date de Publication 2020-02-09
Évaluation 3.33/5 Total 3 Évaluations
Développeur Sunny Jhunjhunwala
Type de Paiement free
Site Web de l'Extension https://sunnyjhunjhunwala.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMDB (Unofficial)",
    "description": "This is a chrome extension which makes users to get info about a movie right in their browser(chrome)",
    "version": "1.2.0",
    "permissions": [
        "http:\/\/www.omdbapi.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "app\/imdb.html"
    },
    "icons": {
        "19": "icon.png",
        "48": "icon-medium.png",
        "128": "icon-big.png"
    }
}