NZB Geek Preview

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

Vad är NZB Geek Preview?

NZB Geek Preview är en Chrome-tillägg utvecklad av travis134, och dess huvudfunktion är "This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner NZB Geek Preview-förlängningens CRX-fil

Ladda ner NZB Geek Preview-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn NZB Geek Preview NZB Geek Preview
ID peomplnjhjnkcnjejmdhhlfmoaokikig
Officiell webbadress https://chrome.google.com/webstore/detail/nzb-geek-preview/peomplnjhjnkcnjejmdhhlfmoaokikig
Beskrivning This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
Filstorlek 8.34 KB
Antal Installationer 26
Aktuell Version 1.4
Senast Uppdaterad 2014-02-18
Publiceringsdatum 2014-02-18
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare travis134
Betalningssätt free
Stödda Språk 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"
    }
}