Buidler - A web annotation on Farcaster

A social annotation built on top of Farcaster, enabling users to discuss any web content.

Buidler - A web annotation on Farcasterคืออะไร?

Buidler - A web annotation on Farcaster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://buidler.app และคุณลักษณะหลักของมันคือ "A social annotation built on top of Farcaster, enabling users to discuss any web content."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buidler - A web annotation on Farcaster

ดาวน์โหลดไฟล์ส่วนขยาย Buidler - A web annotation on Farcaster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        With Buidler, you can share your thoughts, explore different viewpoints, and connect with others, all within the context of the web content you're browsing.

🎉 We are thrilled to be part of the Farcaster ecosystem! 🎉
Check us out at: https://www.farcaster.xyz/apps#ecosystem and join Buidler today !!


🚀 Key Features:

1️⃣ Community Notes

Comment, discuss, and connect with the community behind any webpages, fostering decentralized and open conversations on the Internet. 

2️⃣ Farcaster Profile Insights

Track your Farcaster profile's pulse in real-time — activities, engagement, and followers. Dive deep into your profile's performance and unlock insights you never knew about.

3️⃣ Hacker News on Farcaster

Discover Farcaster's best daily links! Stay in the loop with vibrant discussions on your favorite web pages, supercharged by the Farcaster community.

🧭 Buidler’s Mission
    
We believe that the root of all problems in the world is wrong communication. 
Our mission here is to solve it, especially focusing on communication problems on the internet. 

Join discussions, share knowledge, and collaborate towards common goals.

======
Website: https://buidler.app
Farcaster: https://warpcast.com/buidler
Twitter: https://twitter.com/buidler_app

I'd love to know your thoughts 😊

Thank you for your support.                    

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

ชื่อ Buidler - A web annotation on Farcaster Buidler - A web annotation on Farcaster
ID omhbdacaeafhladkifficmjmpeaijlfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/buidler-a-web-annotation/omhbdacaeafhladkifficmjmpeaijlfc
คำอธิบาย A social annotation built on top of Farcaster, enabling users to discuss any web content.
ขนาดไฟล์ 740 KB
จำนวนการติดตั้ง 101
เวอร์ชันปัจจุบัน 1.0.41
อัปเดตครั้งล่าสุด 2023-12-17
วันที่เผยแพร่ 2023-08-05
คะแนน 4.91/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://buidler.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://buidler.app/
URL หน้าช่วยเหลือ https://buidler.app/
URL หน้านโยบายความเป็นส่วนตัว https://buidler.app/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A social annotation built on top of Farcaster, enabling users to discuss any web content.",
    "version": "1.0.41",
    "manifest_version": 3,
    "name": "Buidler - A web annotation on Farcaster",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "font\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}