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”。

扩展截图

screenshot

下载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 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"
    ]
}