IMDb Search with Right-Click (Context menu)

Search for movies and stars on IMDb right from your context menu

What is IMDb Search with Right-Click (Context menu)?

IMDb Search with Right-Click (Context menu) is a Chrome extension developed by KD Apps, and its main feature is "Search for movies and stars on IMDb right from your context menu".

Extension Screenshots

screenshot
screenshot

Download IMDb Search with Right-Click (Context menu) Extension CRX File

Download IMDb Search with Right-Click (Context menu) 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

                        Are you tired of copy-pasting movie titles to search them on IMDb?

This small add-on gives you an option in your context menu to search for the highlighted text on IMDb. Every search opens in new tab. The whole add-on is just 10 KB and contains minimal code to operate.                    

Extension Basic Information

Name IMDb Search with Right-Click (Context menu) IMDb Search with Right-Click (Context menu)
ID ajdcnpadnecmalafppbhgbncfpfbjkif
Official URL https://chromewebstore.google.com/detail/imdb-search-with-right-cl/ajdcnpadnecmalafppbhgbncfpfbjkif
Description Search for movies and stars on IMDb right from your context menu
File Size 434 KB
Installation Count 154
Current Version 1.2
Last Updated 2020-05-18
Publish Date 2020-05-17
Rating 5.00/5 Total 5 Ratings
Developer KD Apps
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMDb Search with Right-Click (Context menu)",
    "version": "1.2",
    "description": "Search for movies and stars on IMDb right from your context menu",
    "permissions": [
        "contextMenus"
    ],
    "manifest_version": 2,
    "icons": {
        "128": "appicon.png",
        "180": "icon.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    }
}