NZB Geek Preview
This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
Wat is NZB Geek Preview?
NZB Geek Preview is een Chrome-extensie ontwikkeld door travis134, en de belangrijkste functie is "This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.".
Extensie Screenshots
Download het CRX-bestand van de extensie NZB Geek Preview
Download NZB Geek Preview-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
Basisinformatie over de Extensie
Naam | |
ID | peomplnjhjnkcnjejmdhhlfmoaokikig |
Officiële URL | https://chrome.google.com/webstore/detail/nzb-geek-preview/peomplnjhjnkcnjejmdhhlfmoaokikig |
Beschrijving | This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views. |
Bestandsgrootte | 8.34 KB |
Aantal Installaties | 26 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2014-02-18 |
Publicatiedatum | 2014-02-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | travis134 |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |