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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Vuze Web 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Vuze Web Vuze Web
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."
}