Netflix IMDB top 250

Removes all movies that aren't in the IMDB top 250 from Netflix.

Co to jest Netflix IMDB top 250?

Netflix IMDB top 250 to rozszerzenie Chrome opracowane przez angusbayley, a jego główną funkcją jest „Removes all movies that aren't in the IMDB top 250 from Netflix.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Netflix IMDB top 250

Pobierz pliki rozszerzeń Netflix IMDB top 250 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

                        You've heard of good movies - now you can watch them. One button to hide everything except IMDB's top 250 films in Netflix.

- works in every country!
- always works from the current IMDB top 250
- is awesome
- refresh the page to get the old films back

Simples.                    

Podstawowe informacje o rozszerzeniu

Nazwa Netflix IMDB top 250 Netflix IMDB top 250
ID akeiblobkickpakkbjgalaklelbicgaj
Oficjalny URL https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj
Opis Removes all movies that aren't in the IMDB top 250 from Netflix.
Rozmiar pliku 15.41 KB
Liczba instalacji 98
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-11-20
Data Publikacji 2014-11-20
Ocena 3.00/5 Łącznie 3 Oceny
Deweloper angusbayley
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix IMDB top 250",
    "version": "1.0",
    "description": "Removes all movies that aren't in the IMDB top 250 from Netflix.",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Cull all movies not in the IMDB top 250!"
    },
    "permissions": [
        "declarativeContent",
        "http:\/\/www.imdb.com\/*",
        "*:\/\/*.netflix.com\/*"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}