Vuze Web
Find and download torrents directly from your browser.
什么是Vuze Web?
Vuze Web是由https://www.vuze.com开发的Chrome扩展程序,该扩展的主要功能是“Find and download torrents directly from your browser.”。
扩展截图
下载Vuze Web扩展crx文件
下载Vuze Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get the power of Vuze bittorrent client directly from your browser. With Vuze Web™ for Google Chrome™ you can find, access and download torrents straight from the web. It’s easy, fast and convenient for torrent users on the go. Find and download torrents directly from your browser. Vuze Web features: - Simple torrent search and discovery - Download and management of torrents from your browser - Monitor and control file download/upload speeds - Clean, fluid and streamlined interface for total content enjoyment - Automatic notification system provides visual alerts - Complete ad-free experience For a complete step-by-step guide read the Vuze Web for Google Chrome guide: http://www.vuze.com/products/vuze-web/guide Please contact us through our dedicated forum if you have any problems or requests: http://forum.vuze.com/forum.jspa?forumID=129 Have a suggestion? Please contact Vuze by visiting http://vote.vuze.com/forums/240235-vuze-web By downloading or using this extension, you agree to Vuze’s Terms of Service(http://www.vuze.com/corp/terms.php) and the Vuze Privacy Policy(http://www.vuze.com/corp/privacy.php). Any use of Vuze Web™, Vuze® and Vuze+™ that violates the rights of any person or entity is not allowed. More(http://www.vuze.com/corp/legal.php) Google, Chrome, and Chrome Web Store are trademarks of Google, Inc.
扩展基本信息
名称 | |
ID | bipchnoeokelandpkdkhbehnpimckmla |
官方URL | https://chromewebstore.google.com/detail/vuze-web/bipchnoeokelandpkdkhbehnpimckmla |
简介 | Find and download torrents directly from your browser. |
文件大小 | 186 KB |
安装次数 | 7,523 |
当前版本 | 1.1.0.3 |
更新时间 | 2022-06-08 |
上架时间 | 2019-08-06 |
评分 | 2.86/5 共76次评分 |
开发者 | https://www.vuze.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.vuze.com |
帮助页面URL | http://forum.vuze.com/forum.jspa?forumID=129 |
隐私政策页面URL | https://www.vuze.com/corp/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vuze Web", "version": "1.1.0.3", "manifest_version": 2, "icons": { "128": "icons\/vl-128.png", "48": "icons\/vl-48.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icons\/vl-19.png", "default_title": "Vuze Web", "default_popup": "popup\/popup.html" }, "permissions": [ "nativeMessaging", "http:\/\/*\/", "https:\/\/*\/", "unlimitedStorage", "webNavigation" ], "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDqOShQxyenmLnPWyh4xYXuhKLNdaUipnadeFFxO8UYuBJUWwK4QhHQ1FxWszma0WWxyqh3BnsUpQCxp+nDfnBdKxF3x0Jt+wZxxHU3BKaC\/\/raUTvLTu1rIoyzurkfyLFUfvATsBaConFbPOfcXkX0jNOiOTzQ\/3+\/TS0zazF+wIDAQAB", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com\/ https:\/\/www.googleapis.com\/; object-src 'self'", "description": "Find and download torrents directly from your browser." } |