ZbigZ - Official Extension
Add torrents to ZBIGZ in one click
ZbigZ - Official Extension란 무엇입니까?
ZbigZ - Official Extension은(는) https://zbigz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add torrents to ZBIGZ in one click"입니다.
확장 프로그램 스크린샷
ZbigZ - Official Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Download torrents to ZbigZ.com in one click. It's never been easier. Right click on a torrent link or magnet and choose 'Add to ZBIGZ'. That's it. Isn't it awesome? Fast. Anonymous. Unlimited. Zbigz is a gateway between huge data storage (BitTorrent network) and you. You do not need to download and investigate complicated software. When you use ZbigZ you are shielded behind us. All your activity is on behalf of ZbigZ. You are absolutely anonymous.
확장 프로그램 기본 정보
이름 | ZbigZ - Official Extension |
ID | ifchggdfkdbkpolgmclfhdlodpjciejl |
공식 URL | https://chromewebstore.google.com/detail/zbigz-official-extension/ifchggdfkdbkpolgmclfhdlodpjciejl |
설명 | Add torrents to ZBIGZ in one click |
파일 크기 | 50.46 KB |
설치 횟수 | 4,529 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2020-04-13 |
출시 날짜 | 2020-04-08 |
평점 | 4.39/5 총 59 개의 평점 |
개발자 | https://zbigz.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://zbigz.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZbigZ - Official Extension", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "version": "0.0.4", "manifest_version": 2, "description": "Add torrents to ZBIGZ in one click", "permissions": [ "contextMenus", "tabs", "http:\/\/zbigz.com\/*", "https:\/\/zbigz.com\/*" ], "background": { "scripts": [ "background.js", "base64.js", "zbigz.js" ] }, "page_action": { "default_icon": "icons\/16.png" }, "web_accessible_resources": [ "icons\/16.png", "icons\/48.png", "icons\/128.png" ] } |