ZbigZ - Official Extension

Add torrents to ZBIGZ in one click

O que é ZbigZ - Official Extension?

ZbigZ - Official Extension é uma extensão do Chrome desenvolvida por https://zbigz.com, e sua principal característica é "Add torrents to ZBIGZ in one click".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ZbigZ - Official Extension

Baixe arquivos de extensão ZbigZ - Official Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ZbigZ - Official Extension ZbigZ - Official Extension
ID ifchggdfkdbkpolgmclfhdlodpjciejl
URL Oficial https://chromewebstore.google.com/detail/zbigz-official-extension/ifchggdfkdbkpolgmclfhdlodpjciejl
Descrição Add torrents to ZBIGZ in one click
Tamanho do Arquivo 50.46 KB
Contagem de Instalações 4,529
Versão Atual 0.0.4
Última Atualização 2020-04-13
Data de Publicação 2020-04-08
Classificação 4.39/5 Total de 59 Avaliações
Desenvolvedor https://zbigz.com
Tipo de Pagamento free
Site da Extensão https://zbigz.com/
Idiomas Suportados 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"
    ]
}