NZB Geek Preview

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

Cos'è NZB Geek Preview?

NZB Geek Preview è un'estensione di Chrome sviluppata da travis134, e la sua funzione principale è "This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NZB Geek Preview

Scarica i file di estensione NZB Geek Preview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome NZB Geek Preview NZB Geek Preview
ID peomplnjhjnkcnjejmdhhlfmoaokikig
URL Ufficiale https://chrome.google.com/webstore/detail/nzb-geek-preview/peomplnjhjnkcnjejmdhhlfmoaokikig
Descrizione This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
Dimensione del File 8.34 KB
Conteggio Installazioni 26
Versione Corrente 1.4
Ultimo Aggiornamento 2014-02-18
Data di Pubblicazione 2014-02-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore travis134
Tipo di Pagamento free
Lingue Supportate 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"
    }
}