TomatoFlix

Add RottenTomatoes ratings to Netflix

Apa itu TomatoFlix?

TomatoFlix adalah ekstensi Chrome yang dikembangkan oleh http://heatherrivers.com, dan fitur utamanya adalah "Add RottenTomatoes ratings to Netflix".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TomatoFlix

Unduh file ekstensi TomatoFlix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama TomatoFlix TomatoFlix
ID bpjkabpnbmoglmhodpjlmllmifdbeknj
URL Resmi https://chrome.google.com/webstore/detail/tomatoflix/bpjkabpnbmoglmhodpjlmllmifdbeknj
Deskripsi Add RottenTomatoes ratings to Netflix
Ukuran File 83.15 KB
Jumlah Instalasi 107
Versi Saat Ini 2.1.2
Terakhir Diperbarui 2014-09-28
Tanggal Publikasi 2014-09-28
Penilaian 4.67/5 Total 3 Penilaian
Pengembang http://heatherrivers.com
Tipe Pembayaran free
Situs Ekstensi http://heatherrivers.com/projects/tomatoflix
Bahasa yang Didukung 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
}