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开发的Chrome扩展程序,该扩展的主要功能是“Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.”。

扩展截图

screenshot
screenshot

下载Tomato Stand扩展crx文件

下载Tomato Stand扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}