RottenTomatoes.com Context Menu

This extension adds a context menu which provides easy Rotten Tomatoes search access.

What is RottenTomatoes.com Context Menu?

RottenTomatoes.com Context Menu is a Chrome extension developed by Maik, and its main feature is "This extension adds a context menu which provides easy Rotten Tomatoes search access.".

Extension Screenshots

screenshot

Download RottenTomatoes.com Context Menu Extension CRX File

Download RottenTomatoes.com 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

                        This extension adds a new item to the context menu of selected text. When clicked, it opens a new tab and searches for the selected string on rottentomatoes.com.

This is not a official extension by Rotten Tomatoes.

Flixster, Rotten Tomatoes, the Certified Fresh Logo are trademarks or registered trademarks of Flixster, Inc. in the United States and other countries.                    

Extension Basic Information

Name RottenTomatoes.com Context Menu RottenTomatoes.com Context Menu
ID hlieiibhcfnbhpnckgkfnigfbekfdlng
Official URL https://chromewebstore.google.com/detail/rottentomatoescom-context/hlieiibhcfnbhpnckgkfnigfbekfdlng
Description This extension adds a context menu which provides easy Rotten Tomatoes search access.
File Size 31.35 KB
Installation Count 560
Current Version 0.4
Last Updated 2020-07-17
Publish Date 2018-05-12
Rating 4.38/5 Total 8 Ratings
Developer Maik
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RottenTomatoes.com Context Menu",
    "description": "This extension adds a context menu which provides easy Rotten Tomatoes search access.",
    "version": "0.4",
    "background": {
        "scripts": [
            "handler.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "RTicon16.png",
        "48": "RTicon48.png",
        "128": "RTicon128.png"
    }
}