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 |
公式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" ] } |