Tomato Stand

Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.

¿Qué es Tomato Stand?

Tomato Stand es una extensión de Chrome desarrollada por rhollister, y su función principal es "Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Tomato Stand

Descarga archivos de extensión Tomato Stand en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Generates a listing of all movies sorted by Rotten Tomato score in FIOS channels you specify. The listing includes the box title, description, rating, cast, and a one-click link to record the movie on your DVR.                    

Información Básica de la Extensión

Nombre Tomato Stand Tomato Stand
ID lcgoeiaeceomejnhipeneacmbnnlmabf
URL Oficial https://chromewebstore.google.com/detail/tomato-stand/lcgoeiaeceomejnhipeneacmbnnlmabf
Descripción Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.
Tamaño del Archivo 132 KB
Cantidad de Instalaciones 57
Versión Actual 1.1.1
Última Actualización 2015-08-26
Fecha de Publicación 2015-08-25
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador rhollister
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://rhollister.github.io/tomatostand
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tomato Stand",
    "short_name": "TomatoStand",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.",
    "homepage_url": "http:\/\/github.com\/rhollister",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/background.html"
    },
    "options_page": "src\/options\/index.html",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Tomato Stand"
    },
    "permissions": [
        "*:\/\/www.verizon.com\/*",
        "*:\/\/www.rottentomatoes.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.verizon.com\/*\/tvlistings.aspx"
            ],
            "js": [
                "src\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/script.js"
    ]
}