NZB Geek Preview
This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
What is NZB Geek Preview?
NZB Geek Preview is a Chrome extension developed by travis134, and its main feature is "This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.".
Extension Screenshots
Download NZB Geek Preview Extension CRX File
Download NZB Geek Preview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
Extension Basic Information
Name | |
ID | peomplnjhjnkcnjejmdhhlfmoaokikig |
Official URL | https://chrome.google.com/webstore/detail/nzb-geek-preview/peomplnjhjnkcnjejmdhhlfmoaokikig |
Description | This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views. |
File Size | 8.34 KB |
Installation Count | 26 |
Current Version | 1.4 |
Last Updated | 2014-02-18 |
Publish Date | 2014-02-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | travis134 |
Payment Type | free |
Supported Languages | 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" } } |