NZB Geek Preview

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

Was ist NZB Geek Preview?

NZB Geek Preview ist eine Chrome-Erweiterung, die von travis134 entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

NZB Geek Preview-Erweiterungs-CRX-Datei herunterladen

Laden Sie NZB Geek Preview-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name NZB Geek Preview NZB Geek Preview
ID peomplnjhjnkcnjejmdhhlfmoaokikig
Offizielle URL https://chrome.google.com/webstore/detail/nzb-geek-preview/peomplnjhjnkcnjejmdhhlfmoaokikig
Beschreibung This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
Dateigröße 8.34 KB
Installationsanzahl 26
Aktuelle Version 1.4
Letztes Update 2014-02-18
Veröffentlichungsdatum 2014-02-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler travis134
Zahlungsart free
Unterstützte Sprachen 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"
    }
}