Right-Click Search IMDbPro

Quickly search for highlighted text on IMDbPro via right-click

What is Right-Click Search IMDbPro?

Right-Click Search IMDbPro is a Chrome extension developed by Burt, and its main feature is "Quickly search for highlighted text on IMDbPro via right-click".

Extension Screenshots

screenshot
screenshot
screenshot

Download Right-Click Search IMDbPro Extension CRX File

Download Right-Click Search IMDbPro 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 simple extension adds an IMDbPro search for any text you highlight to the right-click menu.

If you see a name, title, etc that you want to look up on IMDbPro, just highlight the text, right click, and select "Search IMDbPro for " on the menu. 

The search executes in a new tab.

The extension is tiny and takes very little memory. To keep it small, there are no options.

You need to have an active IMDbPro account for the search to work. 

The extension "Right-Click Search IMDb" is available if you want to search IMDb. Install both if you want both search options.                    

Extension Basic Information

Name Right-Click Search IMDbPro Right-Click Search IMDbPro
ID ejogadicddegffgnakifogkefmafkmdo
Official URL https://chromewebstore.google.com/detail/right-click-search-imdbpr/ejogadicddegffgnakifogkefmafkmdo
Description Quickly search for highlighted text on IMDbPro via right-click
File Size 379 KB
Installation Count 45
Current Version 2.1
Last Updated 2022-06-16
Publish Date 2015-07-10
Developer Burt
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right-Click Search IMDbPro",
    "description": "Quickly search for highlighted text on IMDbPro via right-click",
    "version": "2.1",
    "icons": {
        "16": "imdbpro-icon.png",
        "48": "imdbpro-icon-big.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "activeTab"
    ],
    "manifest_version": 3
}