Netflix IMDB top 250

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

Что такое Netflix IMDB top 250?

Netflix IMDB top 250 - это расширение Chrome, разработанное angusbayley, и его основная функция - "Removes all movies that aren't in the IMDB top 250 from Netflix.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Netflix IMDB top 250

Скачайте файлы расширений Netflix IMDB top 250 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Netflix IMDB top 250 Netflix IMDB top 250
ID akeiblobkickpakkbjgalaklelbicgaj
Официальный URL https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj
Описание Removes all movies that aren't in the IMDB top 250 from Netflix.
Размер файла 15.41 KB
Количество установок 98
Текущая Версия 1.0
Последнее Обновление 2014-11-20
Дата публикации 2014-11-20
Рейтинг 3.00/5 Всего 3 оценок
Разработчик angusbayley
Тип оплаты free
Поддерживаемые языки 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
}