Flamingo – Nostr extension

A browser extension for Nostr

ما هو Flamingo – Nostr extension؟

Flamingo – Nostr extension هو إضافة Chrome تم تطويرها بواسطة Tristan (t4t5)، والميزة الرئيسية لها هي "A browser extension for Nostr".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Flamingo – Nostr extension

قم بتنزيل ملفات الامتداد Flamingo – Nostr extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Flamingo is a browser extension that gives you the best user experience when exploring Nostr apps.

Stop pasting your secret key into web apps – let Flamingo store it safely on your computer and automatically prompt you when something needs to be signed.

A new world of decentralised social media and messaging awaits.                    

معلومات أساسية عن التمديد

الاسم Flamingo – Nostr extension Flamingo – Nostr extension
ID alkiaengfedemppafkallgifcmkldohe
عنوان URL الرسمي https://chromewebstore.google.com/detail/flamingo-%E2%80%93-nostr-extensio/alkiaengfedemppafkallgifcmkldohe
الوصف A browser extension for Nostr
حجم الملف 327 KB
عدد التثبيتات 1,173
النسخة الحالية 0.1.0
آخر تحديث 2023-02-06
تاريخ النشر 2023-02-05
تقييم 5.00/5 مجموع تقييمات 2
المطور Tristan (t4t5)
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.getflamingo.org/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flamingo \u2013 Nostr extension",
    "version": "0.1.0",
    "description": "A browser extension for Nostr",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}