ZbigZ - Official Extension

Add torrents to ZBIGZ in one click

ZbigZ - Official Extension क्या है?

ZbigZ - Official Extension https://zbigz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add torrents to ZBIGZ in one click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ZbigZ - Official Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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