IMDb Plot Keywords Sorter

Sorts the keywords in IMDb Plot Keywords page.

Что такое IMDb Plot Keywords Sorter?

IMDb Plot Keywords Sorter - это расширение Chrome, разработанное [email protected], и его основная функция - "Sorts the keywords in IMDb Plot Keywords page.".

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

screenshot

Скачать файл CRX расширения IMDb Plot Keywords Sorter

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

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

                        Torna mais amigável a lista das "plot keywords" no IMDb.                    

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

Название IMDb Plot Keywords Sorter IMDb Plot Keywords Sorter
ID oljgehhfljifmmnoliioipkneljhmico
Официальный URL https://chromewebstore.google.com/detail/imdb-plot-keywords-sorter/oljgehhfljifmmnoliioipkneljhmico
Описание Sorts the keywords in IMDb Plot Keywords page.
Размер файла 12.57 KB
Количество установок 20
Текущая Версия 1.2
Последнее Обновление 2015-02-08
Дата публикации 2015-02-08
Рейтинг 5.00/5 Всего 1 оценок
Разработчик [email protected]
Тип оплаты free
Поддерживаемые языки pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMDb Plot Keywords Sorter",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Sorts the keywords in IMDb Plot Keywords page.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.imdb.com\/title\/*\/keywords",
                "http:\/\/www.imdb.com\/title\/*\/keywords?*",
                "https:\/\/www.imdb.com\/title\/*\/keywords",
                "https:\/\/www.imdb.com\/title\/*\/keywords?*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}