Tomato Stand

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

Cos'è Tomato Stand?

Tomato Stand è un'estensione di Chrome sviluppata da rhollister, e la sua funzione principale è "Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tomato Stand

Scarica i file di estensione Tomato Stand in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tomato Stand Tomato Stand
ID lcgoeiaeceomejnhipeneacmbnnlmabf
URL Ufficiale https://chromewebstore.google.com/detail/tomato-stand/lcgoeiaeceomejnhipeneacmbnnlmabf
Descrizione Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.
Dimensione del File 132 KB
Conteggio Installazioni 57
Versione Corrente 1.1.1
Ultimo Aggiornamento 2015-08-26
Data di Pubblicazione 2015-08-25
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore rhollister
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://rhollister.github.io/tomatostand
Lingue Supportate 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"
    ]
}