Tomato Stand

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

Wat is Tomato Stand?

Tomato Stand is een Chrome-extensie ontwikkeld door rhollister, en de belangrijkste functie is "Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tomato Stand

Download Tomato Stand-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tomato Stand Tomato Stand
ID lcgoeiaeceomejnhipeneacmbnnlmabf
Officiële URL https://chromewebstore.google.com/detail/tomato-stand/lcgoeiaeceomejnhipeneacmbnnlmabf
Beschrijving Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.
Bestandsgrootte 132 KB
Aantal Installaties 57
Huidige Versie 1.1.1
Laatst Bijgewerkt 2015-08-26
Publicatiedatum 2015-08-25
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar rhollister
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://rhollister.github.io/tomatostand
Ondersteunde Talen 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"
    ]
}