TomatoFlix

Add RottenTomatoes ratings to Netflix

Co to jest TomatoFlix?

TomatoFlix to rozszerzenie Chrome opracowane przez http://heatherrivers.com, a jego główną funkcją jest „Add RottenTomatoes ratings to Netflix”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TomatoFlix

Pobierz pliki rozszerzeń TomatoFlix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa TomatoFlix TomatoFlix
ID bpjkabpnbmoglmhodpjlmllmifdbeknj
Oficjalny URL https://chrome.google.com/webstore/detail/tomatoflix/bpjkabpnbmoglmhodpjlmllmifdbeknj
Opis Add RottenTomatoes ratings to Netflix
Rozmiar pliku 83.15 KB
Liczba instalacji 107
Aktualna Wersja 2.1.2
Ostatnia Aktualizacja 2014-09-28
Data Publikacji 2014-09-28
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper http://heatherrivers.com
Typ Płatności free
Strona Rozszerzenia http://heatherrivers.com/projects/tomatoflix
Obsługiwane Języki 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
}