Tomato Stand

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

Tomato Stand क्या है?

Tomato Stand rhollister द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tomato Stand एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Tomato Stand Tomato Stand
ID lcgoeiaeceomejnhipeneacmbnnlmabf
आधिकारिक URL https://chromewebstore.google.com/detail/tomato-stand/lcgoeiaeceomejnhipeneacmbnnlmabf
विवरण Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.
फ़ाइल का आकार 132 KB
स्थापना संख्या 57
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2015-08-26
प्रकाशन तिथि 2015-08-25
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर rhollister
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://rhollister.github.io/tomatostand
समर्थित भाषाएँ 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"
    ]
}