El Toro

Find the movies of your choice with El Toro!

Qu'est-ce que El Toro ?

El Toro est une extension Chrome développée par christer.evenius, et sa fonction principale est "Find the movies of your choice with El Toro!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension El Toro

Téléchargez les fichiers d'extension El Toro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom El Toro El Toro
ID mieggnccpkbgbgoleiofmaloheiiahbe
URL Officiel https://chromewebstore.google.com/detail/el-toro/mieggnccpkbgbgoleiofmaloheiiahbe
Description Find the movies of your choice with El Toro!
Taille du Fichier 69.56 KB
Nombre d'Installations 60
Version Actuelle 1.4.1
Dernière Mise à Jour 2013-11-01
Date de Publication 2013-11-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur christer.evenius
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}