gchange-client

Make exchanges in the libre currency Ğ1!

What is gchange-client?

gchange-client is a Chrome extension developed by https://gchange.fr, and its main feature is "Make exchanges in the libre currency Ğ1!".

Extension Screenshots

screenshot
screenshot

Download gchange-client Extension CRX File

Download gchange-client 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

                        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                    

Extension Basic Information

Name gchange-client gchange-client
ID doblgdpkffjcibnaeikclepafjhogfle
Official URL https://chromewebstore.google.com/detail/gchange-client/doblgdpkffjcibnaeikclepafjhogfle
Description Make exchanges in the libre currency Ğ1!
File Size 22.57 MB
Installation Count 75
Current Version 1.4.0
Last Updated 2023-08-25
Publish Date 2020-09-14
Rating 1.00/5 Total 1 Ratings
Developer https://gchange.fr
Email [email protected]
Payment Type free
Extension Website https://www.gchange.fr
Help Page URL https://github.com/duniter-gchange/gchange-client/issue
Privacy Policy Page URL https://github.com/duniter/cesium/blob/master/doc/privacy_policy.md
Supported Languages 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
}