NZB Geek Preview
This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
什么是NZB Geek Preview?
NZB Geek Preview是由travis134开发的Chrome扩展程序,该扩展的主要功能是“This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.”。
扩展截图
下载NZB Geek Preview扩展crx文件
下载NZB Geek Preview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views.
扩展基本信息
名称 | |
ID | peomplnjhjnkcnjejmdhhlfmoaokikig |
官方URL | https://chrome.google.com/webstore/detail/nzb-geek-preview/peomplnjhjnkcnjejmdhhlfmoaokikig |
简介 | This extension adds YouTube embed videos to NZBGeek content in the music, movies, and console views. |
文件大小 | 8.34 KB |
安装次数 | 26 |
当前版本 | 1.4 |
更新时间 | 2014-02-18 |
上架时间 | 2014-02-18 |
评分 | 5.00/5 共1次评分 |
开发者 | travis134 |
付费类型 | free |
支持的语言 | 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" } } |