Flipper Developer

A wallet for your favorite blockchain apps and games

Wat is Flipper Developer?

Flipper Developer is een Chrome-extensie ontwikkeld door https://flipper.org, en de belangrijkste functie is "A wallet for your favorite blockchain apps and games".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Flipper Developer

Download Flipper Developer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Flipper Developer is a wallet that allows developers to create and test smart contracts in a production-like environment before making them available to the public.

If you're looking for the Flipper wallet, which supports actual-value transactions on the public network, you may find it here:
https://chrome.google.com/webstore/detail/flipper/lmmpaefggfcmnoddemmgdppddppnmhek                    

Basisinformatie over de Extensie

Naam Flipper Developer Flipper Developer
ID nkjhfapihbllbhhneonipcinhdlcmfgn
Officiële URL https://chromewebstore.google.com/detail/flipper-developer/nkjhfapihbllbhhneonipcinhdlcmfgn
Beschrijving A wallet for your favorite blockchain apps and games
Bestandsgrootte 1.93 MB
Aantal Installaties 116
Huidige Versie 1.7
Laatst Bijgewerkt 2023-06-27
Publicatiedatum 2022-09-28
Ontwikkelaar https://flipper.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://flipper.org
Help Pagina-URL https://flipper.org
URL van de Privacybeleid Pagina https://flipper.org/Privacy.bfe7834e.pdf
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A wallet for your favorite blockchain apps and games",
    "version": "1.7",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgM5xprpfHzMQGOG0FNZ5T13uC\/ExUhIm8pLLOu7emB5WlkakmaEVsdiTu8sZuXtm6RJhQoqLgMvSkDF717\/2+lLxIB\/o6oa30VjKMhA7733SPMclX+C9FcwtfXwy0vMmDVgS6TacOkW+sKY9wo8Wz7gSZsPX7niJfER+IWIHkrhzS6rAX0Ou\/DpQvo6oOOcK3cv+emKXGkPmVdGHe7FfevYjx8zOKDXQIH4RyLpF3vOas+aV8LplSO80UFzl0ZT21GnnndIDZN0\/dvPLI50blw1L5GcoZFLqR6mGB6\/2ESjJUHFh2Xc14ZwRoXT+WUkCzNd0PdPR9xMM2Br1q5uuxwIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "name": "Flipper Developer",
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_title": "Flipper"
    },
    "icons": {
        "16": "logo_flipper_16.png",
        "32": "logo_flipper_32.png",
        "48": "logo_flipper_48.png",
        "128": "logo_flipper_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "alarms",
        "notifications"
    ]
}