TomatoFlix

Add RottenTomatoes ratings to Netflix

Что такое TomatoFlix?

TomatoFlix - это расширение Chrome, разработанное http://heatherrivers.com, и его основная функция - "Add RottenTomatoes ratings to Netflix".

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

screenshot

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

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

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

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

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

Название TomatoFlix TomatoFlix
ID bpjkabpnbmoglmhodpjlmllmifdbeknj
Официальный URL https://chrome.google.com/webstore/detail/tomatoflix/bpjkabpnbmoglmhodpjlmllmifdbeknj
Описание Add RottenTomatoes ratings to Netflix
Размер файла 83.15 KB
Количество установок 107
Текущая Версия 2.1.2
Последнее Обновление 2014-09-28
Дата публикации 2014-09-28
Рейтинг 4.67/5 Всего 3 оценок
Разработчик http://heatherrivers.com
Тип оплаты free
Официальный сайт расширения http://heatherrivers.com/projects/tomatoflix
Поддерживаемые языки 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
}