NZB Geek Preview

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

Co to jest NZB Geek Preview?

NZB Geek Preview to rozszerzenie Chrome opracowane przez travis134, a jego główną funkcją jest „This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia NZB Geek Preview

Pobierz pliki rozszerzeń NZB Geek Preview w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa NZB Geek Preview NZB Geek Preview
ID peomplnjhjnkcnjejmdhhlfmoaokikig
Oficjalny URL https://chrome.google.com/webstore/detail/nzb-geek-preview/peomplnjhjnkcnjejmdhhlfmoaokikig
Opis This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
Rozmiar pliku 8.34 KB
Liczba instalacji 26
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2014-02-18
Data Publikacji 2014-02-18
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper travis134
Typ Płatności free
Obsługiwane Języki 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"
    }
}