TomatoFlix

Add RottenTomatoes ratings to Netflix

TomatoFlixとは何ですか?

TomatoFlixはhttp://heatherrivers.comによって開発されたChromeの拡張機能で、その主な機能は「Add RottenTomatoes ratings to Netflix」です。

拡張機能のスクリーンショット

screenshot

TomatoFlix拡張機能のCRXファイルをダウンロード

TomatoFlix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension shows movie ratings from RottenTomatoes while you're browsing Netflix.                    

拡張機能の基本情報

名前 TomatoFlix TomatoFlix
ID bpjkabpnbmoglmhodpjlmllmifdbeknj
公式URL https://chrome.google.com/webstore/detail/tomatoflix/bpjkabpnbmoglmhodpjlmllmifdbeknj
説明 Add RottenTomatoes ratings to Netflix
ファイルサイズ 83.15 KB
インストール数 107
現在のバージョン 2.1.2
最終更新日 2014-09-28
公開日 2014-09-28
評価 4.67/5 合計 3 レビュー
開発者 http://heatherrivers.com
支払い方法 free
拡張機能のウェブサイト http://heatherrivers.com/projects/tomatoflix
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TomatoFlix",
    "version": "2.1.2",
    "description": "Add RottenTomatoes ratings to Netflix",
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.netflix.com\/*",
        "*:\/\/api.rottentomatoes.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "mustache.js",
                "tomatoflix-compiled.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.css",
        "img\/external.png",
        "img\/poster-default-30.png",
        "img\/rating-certified-fresh-16.png",
        "img\/rating-fresh-16.png",
        "img\/rating-rotten-16.png",
        "img\/rating-upright-16.png",
        "img\/rating-spilled-16.png"
    ],
    "manifest_version": 2
}