ZbigZ - Official Extension

Add torrents to ZBIGZ in one click

ZbigZ - Official Extensionคืออะไร?

ZbigZ - Official Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zbigz.com และคุณลักษณะหลักของมันคือ "Add torrents to ZBIGZ in one click"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZbigZ - Official Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}