Netflix Rate

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

Что такое Netflix Rate?

Netflix Rate - это расширение Chrome, разработанное https://netflix.burtonthird.com, и его основная функция - "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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.                    

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

Название Netflix Rate Netflix Rate
ID cofjbfnpecflopfknbpnhhpnegbflfph
Официальный URL https://chromewebstore.google.com/detail/netflix-rate/cofjbfnpecflopfknbpnhhpnegbflfph
Описание Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.
Размер файла 247 KB
Количество установок 1,259
Текущая Версия 1.3.47
Последнее Обновление 2015-04-17
Дата публикации 2015-04-16
Рейтинг 2.86/5 Всего 36 оценок
Разработчик https://netflix.burtonthird.com
Тип оплаты free
Официальный сайт расширения http://netflix.burtonthird.com
Поддерживаемые языки 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"
    ]
}