gchange-client
Make exchanges in the libre currency Ğ1!
Vad är gchange-client?
gchange-client är en Chrome-tillägg utvecklad av https://gchange.fr, och dess huvudfunktion är "Make exchanges in the libre currency Ğ1!".
Tilläggsskärmbilder
Ladda ner gchange-client-förlängningens CRX-fil
Ladda ner gchange-client-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | doblgdpkffjcibnaeikclepafjhogfle |
| Officiell webbadress | https://chromewebstore.google.com/detail/gchange-client/doblgdpkffjcibnaeikclepafjhogfle |
| Beskrivning | Make exchanges in the libre currency Ğ1! |
| Filstorlek | 22.57 MB |
| Antal Installationer | 75 |
| Aktuell Version | 1.4.0 |
| Senast Uppdaterad | 2023-08-25 |
| Publiceringsdatum | 2020-09-14 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | https://gchange.fr |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.gchange.fr |
| Hjälpsida URL | https://github.com/duniter-gchange/gchange-client/issue |
| URL till Sekretesspolicy Sidan | https://github.com/duniter/cesium/blob/master/doc/privacy_policy.md |
| Stödda Språk | 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
} | |