IMDB Movie Search

A little plugin that implements the imdb movie search

What is IMDB Movie Search?

IMDB Movie Search is a Chrome extension developed by [email protected], and its main feature is "A little plugin that implements the imdb movie search".

Extension Screenshots

screenshot

Download IMDB Movie Search Extension CRX File

Download IMDB Movie Search 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 extension allows you to directly search of movies including their ratings.                    

Extension Basic Information

Name IMDB Movie Search IMDB Movie Search
ID ojfnkigdiebjkhecbghkjggkhaekjdie
Official URL https://chrome.google.com/webstore/detail/imdb-movie-search/ojfnkigdiebjkhecbghkjggkhaekjdie
Description A little plugin that implements the imdb movie search
File Size 118 KB
Installation Count 368
Current Version 1.0.4
Last Updated 2013-05-10
Publish Date 2013-05-10
Rating 4.75/5 Total 8 Ratings
Developer [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMDB Movie Search",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "A little plugin that implements the imdb movie search",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "http:\/\/sg.media-imdb.com\/suggests\/*\/",
        "http:\/\/www.imdb.com\/title\/*\/",
        "http:\/\/ia.media-imdb.com\/images\/*\/"
    ]
}