Netflix Rate

Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.

Co je Netflix Rate?

Netflix Rate je rozšíření Chrome vyvinuté https://netflix.burtonthird.com, a jeho hlavní funkcí je „Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Netflix Rate

Stáhněte si soubory rozšíření Netflix Rate ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Changes the style of the Nextflix Watch Instantly and DVD browsing webpages to show trailers, IMDB, Rotten Tomato and MetaCritic ratings.

Note: This extension is not affiliated with Netflix in any way.

International Users:
Only English movie titles work currently, translation may be in a future update.                    

Základní Informace o Rozšíření

Název Netflix Rate Netflix Rate
ID cofjbfnpecflopfknbpnhhpnegbflfph
Oficiální URL https://chromewebstore.google.com/detail/netflix-rate/cofjbfnpecflopfknbpnhhpnegbflfph
Popis Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.
Velikost souboru 247 KB
Počet instalací 1,259
Aktuální Verze 1.3.47
Poslední Aktualizace 2015-04-17
Datum Vydání 2015-04-16
Hodnocení 2.86/5 Celkem 36 Hodnocení
Vývojář https://netflix.burtonthird.com
Typ Platby free
Webové stránky Rozšíření http://netflix.burtonthird.com
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "libs\/jquery-2.0.3.min.js",
                "libs\/bootstrap.min.js",
                "js\/ratings.js"
            ],
            "matches": [
                "http:\/\/*.netflix.com\/*",
                "https:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "description": "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "Netflix Rate",
    "permissions": [
        "storage",
        "http:\/\/www.omdbapi.com\/*",
        "http:\/\/*.netflix.com\/*",
        "https:\/\/*.netflix.com\/*",
        "http:\/\/netflix.burtonthird.com\/*",
        "http:\/\/api.themoviedb.org\/*",
        "https:\/\/byroredux-metacritic.p.mashape.com\/*",
        "http:\/\/api.rottentomatoes.com\/*"
    ],
    "short_name": "Netflix Rate",
    "version": "1.3.47",
    "web_accessible_resources": [
        "css\/ratings.css",
        "img\/imdbSprite.png",
        "img\/tomatoSprite.png"
    ]
}