Rotten Search

Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV

What is Rotten Search?

Rotten Search is a Chrome extension developed by Ekaterina, and its main feature is "Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV".

Extension Screenshots

screenshot

Download Rotten Search Extension CRX File

Download Rotten 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

                        Right-click on any film and find the reviews with RottenTomatoes.
http://www.rottentomatoes.com/                    

Extension Basic Information

Name Rotten Search Rotten Search
ID mlhoekgbmiaefmhamlpeccjogpamfbbm
Official URL https://chromewebstore.google.com/detail/rotten-search/mlhoekgbmiaefmhamlpeccjogpamfbbm
Description Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV
File Size 29.04 KB
Installation Count 212
Current Version 0.0.2
Last Updated 2015-08-25
Publish Date 2015-08-25
Rating 5.00/5 Total 8 Ratings
Developer Ekaterina
Payment Type free
Extension Website http://xtwentyonex.ru
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rotten Search",
    "description": "Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV",
    "version": "0.0.2",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "manifest_version": 2
}