NZB Geek Preview

This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.

Что такое NZB Geek Preview?

NZB Geek Preview - это расширение Chrome, разработанное travis134, и его основная функция - "This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.".

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

screenshot
screenshot
screenshot

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

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

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

                        This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.                    

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

Название NZB Geek Preview NZB Geek Preview
ID peomplnjhjnkcnjejmdhhlfmoaokikig
Официальный URL https://chrome.google.com/webstore/detail/nzb-geek-preview/peomplnjhjnkcnjejmdhhlfmoaokikig
Описание This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
Размер файла 8.34 KB
Количество установок 26
Текущая Версия 1.4
Последнее Обновление 2014-02-18
Дата публикации 2014-02-18
Рейтинг 5.00/5 Всего 1 оценок
Разработчик travis134
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NZB Geek Preview",
    "description": "This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.",
    "version": "1.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/01100111011001010110010101101011.info\/music*",
                "https:\/\/01100111011001010110010101101011.info\/movies*",
                "https:\/\/01100111011001010110010101101011.info\/console*"
            ],
            "js": [
                "nzb_geek_preview.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/www.youtube.com\/"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}