Tomato Stand

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

Tomato Stand là gì?

Tomato Stand là một tiện ích mở rộng Chrome được phát triển bởi rhollister, và tính năng chính của nó là "Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tomato Stand

Tải xuống các tệp mở rộng Tomato Stand dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tomato Stand Tomato Stand
ID lcgoeiaeceomejnhipeneacmbnnlmabf
URL Chính Thức https://chromewebstore.google.com/detail/tomato-stand/lcgoeiaeceomejnhipeneacmbnnlmabf
Mô tả Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.
Kích Thước Tệp 132 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2015-08-26
Ngày Phát Hành 2015-08-25
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển rhollister
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://rhollister.github.io/tomatostand
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}