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 https://buidler.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A social annotation built on top of Farcaster, enabling users to discuss any web content."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

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