IMDB (Unofficial)

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

What is IMDB (Unofficial)?

IMDB (Unofficial) is a Chrome extension developed by Sunny Jhunjhunwala, and its main feature is "This is a chrome extension which makes users to get info about a movie right in their browser(chrome)".

Extension Screenshots

screenshot

Download IMDB (Unofficial) Extension CRX File

Download IMDB (Unofficial) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name IMDB (Unofficial) IMDB (Unofficial)
ID jjklpjnbopcmdeleflmpcpjeleccgmlh
Official URL 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)
File Size 105 KB
Installation Count 89
Current Version 1.2.0
Last Updated 2020-02-09
Publish Date 2020-02-09
Rating 3.33/5 Total 3 Ratings
Developer Sunny Jhunjhunwala
Payment Type free
Extension Website https://sunnyjhunjhunwala.com/
Supported Languages 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"
    }
}