ZbigZ - Official Extension
Add torrents to ZBIGZ in one click
What is ZbigZ - Official Extension?
ZbigZ - Official Extension is a Chrome extension developed by https://zbigz.com, and its main feature is "Add torrents to ZBIGZ in one click".
Extension Screenshots
Download ZbigZ - Official Extension Extension CRX File
Download ZbigZ - Official Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ZbigZ - Official Extension |
ID | ifchggdfkdbkpolgmclfhdlodpjciejl |
Official URL | https://chromewebstore.google.com/detail/zbigz-official-extension/ifchggdfkdbkpolgmclfhdlodpjciejl |
Description | Add torrents to ZBIGZ in one click |
File Size | 50.46 KB |
Installation Count | 4,529 |
Current Version | 0.0.4 |
Last Updated | 2020-04-13 |
Publish Date | 2020-04-08 |
Rating | 4.39/5 Total 59 Ratings |
Developer | https://zbigz.com |
Payment Type | free |
Extension Website | https://zbigz.com/ |
Supported Languages | 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" ] } |