ZBD Browser Extension

ZBD App, now in your browser. Manage and stack your sats. Post, zap, and connect. Discover new ways to earn bitcoin.

ZBD Browser Extensionคืออะไร?

ZBD Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zbd.gg และคุณลักษณะหลักของมันคือ "ZBD App, now in your browser. Manage and stack your sats. Post, zap, and connect. Discover new ways to earn bitcoin."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZBD Browser Extension

ดาวน์โหลดไฟล์ส่วนขยาย ZBD Browser Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Welcome to the magic world of ZBD! ✨

ZBD offers a seamless connection between the digital realm and the real world. This means you can earn free bitcoin, aka money, on the internet and use it wherever you want. You just need to convert your earnings into gift cards or seamlessly withdraw them into your bank account.

By downloading the ZBD Browser Extension, you'll carry an extension of your ZBD App with you wherever you go. With this extension, you can post on social, send and receive (or how we like to say: zap and get zapped), send encrypted DMs, and discover new ways to earn bitcoin online. 

Here's a glimpse of what awaits you:

⚡️ Bitcoin Lightning Wallet: Send and receive bitcoin with a simple interface. Global, instant. 1% fee. Works wherever Bitcoin Lightning is accepted.
• Learn how to spend your sats here

💬 Social: Share content directly from your ZBD account on any Nostr app, hassle-free. For online access to ZBD, we recommend visiting Primal.net, where you'll be automatically logged in. Enjoy access to all your followers, posts, zapping capabilities, and content across any Nostr-enabled website.

💻 Device Flexibility: Access your bitcoin and social account from any device, regardless of your location, without having to share your private information.

Stay magical,
Your ZBD Crew 🪄                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ZBD Browser Extension ZBD Browser Extension
ID kpjdchaapjheajadlaakiiigcbhoppda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zbd-browser-extension/kpjdchaapjheajadlaakiiigcbhoppda
คำอธิบาย ZBD App, now in your browser. Manage and stack your sats. Post, zap, and connect. Discover new ways to earn bitcoin.
ขนาดไฟล์ 411 KB
จำนวนการติดตั้ง 10,586
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-12-20
วันที่เผยแพร่ 2021-08-04
คะแนน 3.80/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา https://zbd.gg
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zbd.gg
URL หน้าช่วยเหลือ https://intercom.help/zebedee/en/
URL หน้านโยบายความเป็นส่วนตัว https://zebedee.io/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "ZBD",
    "name": "ZBD Browser Extension",
    "description": "ZBD App, now in your browser. Manage and stack your sats. Post, zap, and connect. Discover new ways to earn bitcoin.",
    "version": "1.0.3",
    "manifest_version": 3,
    "permissions": [
        "clipboardRead",
        "storage",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "\/app\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "ZBD",
        "default_icon": {
            "128": ".\/assets\/images\/zbd-128.png",
            "32": ".\/assets\/images\/zbd-32.png",
            "16": ".\/assets\/images\/zbd-16.png"
        }
    },
    "icons": {
        "128": ".\/assets\/images\/zbd-128.png",
        "32": ".\/assets\/images\/zbd-32.png",
        "16": ".\/assets\/images\/zbd-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/app\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/static\/css\/content.css",
                "\/static\/media\/*",
                "\/app\/platforms\/*",
                "\/app\/nostr-provider.js",
                "\/app\/webln-provider.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{7cad7076-584b-4e80-a00c-ef282bd77052}"
        }
    }
}