gchange-client

Make exchanges in the libre currency Ğ1!

Cos'è gchange-client?

gchange-client è un'estensione di Chrome sviluppata da https://gchange.fr, e la sua funzione principale è "Make exchanges in the libre currency Ğ1!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione gchange-client

Scarica i file di estensione gchange-client in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Post ads, manage crowdfunding campaigns ... everything you need to make exchanges in Ğ1 !

Free software (Licence AGPL v3 - code source sous github/duniter-gchange/gchange-client)

Privacy policy: https://github.com/duniter-gchange/gchange-client/blob/master/doc/PrivacyPolicy.md                    

Informazioni di Base sull'Estensione

Nome gchange-client gchange-client
ID doblgdpkffjcibnaeikclepafjhogfle
URL Ufficiale https://chromewebstore.google.com/detail/gchange-client/doblgdpkffjcibnaeikclepafjhogfle
Descrizione Make exchanges in the libre currency Ğ1!
Dimensione del File 22.57 MB
Conteggio Installazioni 75
Versione Corrente 1.4.0
Ultimo Aggiornamento 2023-08-25
Data di Pubblicazione 2020-09-14
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://gchange.fr
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.gchange.fr
URL della Pagina di Aiuto https://github.com/duniter-gchange/gchange-client/issue
URL della Pagina della Politica sulla Privacy https://github.com/duniter/cesium/blob/master/doc/privacy_policy.md
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gchange-client",
    "short_name": "gchange",
    "version": "1.4.0",
    "description": "Make exchanges in the libre currency \u011e1!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "\u011fchange",
        "default_icon": {
            "32": "img\/logo_32px.png",
            "64": "img\/logo_64px.png",
            "128": "img\/logo_128px.png"
        }
    },
    "icons": {
        "32": "img\/logo_32px.png",
        "64": "img\/logo_64px.png",
        "128": "img\/logo_128px.png"
    },
    "manifest_version": 2
}