ZbigZ - Official Extension

Add torrents to ZBIGZ in one click

Wat is ZbigZ - Official Extension?

ZbigZ - Official Extension is een Chrome-extensie ontwikkeld door https://zbigz.com, en de belangrijkste functie is "Add torrents to ZBIGZ in one click".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ZbigZ - Official Extension

Download ZbigZ - Official Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ZbigZ - Official Extension ZbigZ - Official Extension
ID ifchggdfkdbkpolgmclfhdlodpjciejl
Officiële URL https://chromewebstore.google.com/detail/zbigz-official-extension/ifchggdfkdbkpolgmclfhdlodpjciejl
Beschrijving Add torrents to ZBIGZ in one click
Bestandsgrootte 50.46 KB
Aantal Installaties 4,529
Huidige Versie 0.0.4
Laatst Bijgewerkt 2020-04-13
Publicatiedatum 2020-04-08
Beoordeling 4.39/5 Totaal 59 Beoordelingen
Ontwikkelaar https://zbigz.com
Betalingswijze free
Extensiewebsite https://zbigz.com/
Ondersteunde Talen 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"
    ]
}