Flamingo – Nostr extension

A browser extension for Nostr

What is Flamingo – Nostr extension?

Flamingo – Nostr extension is a Chrome extension developed by Tristan (t4t5), and its main feature is "A browser extension for Nostr".

Extension Screenshots

screenshot

Download Flamingo – Nostr extension Extension CRX File

Download Flamingo – Nostr extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Flamingo – Nostr extension Flamingo – Nostr extension
ID alkiaengfedemppafkallgifcmkldohe
Official URL https://chromewebstore.google.com/detail/flamingo-%E2%80%93-nostr-extensio/alkiaengfedemppafkallgifcmkldohe
Description A browser extension for Nostr
File Size 327 KB
Installation Count 1,173
Current Version 0.1.0
Last Updated 2023-02-06
Publish Date 2023-02-05
Rating 5.00/5 Total 2 Ratings
Developer Tristan (t4t5)
Email [email protected]
Payment Type free
Extension Website https://www.getflamingo.org/
Supported Languages 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"
    ]
}