El Toro

Find the movies of your choice with El Toro!

What is El Toro?

El Toro is a Chrome extension developed by christer.evenius, and its main feature is "Find the movies of your choice with El Toro!".

Extension Screenshots

screenshot

Download El Toro Extension CRX File

Download El Toro 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 page extension add a button to the address bar when visiting the site imdb.com. Pick a movie, press the El Toro button and a google search with further information shows up in your browser.                    

Extension Basic Information

Name El Toro El Toro
ID mieggnccpkbgbgoleiofmaloheiiahbe
Official URL https://chromewebstore.google.com/detail/el-toro/mieggnccpkbgbgoleiofmaloheiiahbe
Description Find the movies of your choice with El Toro!
File Size 69.56 KB
Installation Count 60
Current Version 1.4.1
Last Updated 2013-11-01
Publish Date 2013-11-01
Rating 5.00/5 Total 2 Ratings
Developer christer.evenius
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "El Toro",
    "version": "1.4.1",
    "manifest_version": 2,
    "description": "Find the movies of your choice with El Toro!",
    "icons": {
        "16": "images\/el_toro_logo.png",
        "48": "images\/el_toro_logo.png",
        "128": "images\/el_toro_logo.png"
    },
    "options_page": "options.html",
    "page_action": {
        "default_icon": "images\/el_toro_logo.png",
        "default_title": "El Toro"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.imdb.com\/*"
    ]
}