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文件
下載ZbigZ - Official Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |