Energy Cash Browser Extension
Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web
¿Qué es Energy Cash Browser Extension?
Energy Cash Browser Extension es una extensión de Chrome desarrollada por energy cash browser exstention, y su función principal es "Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Energy Cash Browser Extension
Descarga archivos de extensión Energy Cash Browser Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Utility token with multiple benefits Environmental change is one of the greatest difficulties of today: temperatures are rising, and we are progressively looked with flighty precipitation, flooding and outrageous dry spell. These occasions result in fizzled harvests, sustenance deficiencies, and harm to our environments. Environmental change influences every one of us, however individuals in creating nations are substantially more defenseless against its outcomes. To keep the temperature-ascend beneath 2 degrees, we should make a move now. Energy Cash token is a utility token that serves as a priority access to renewable energy projects. Energy Cash is a blockchain platform that lessens your Carbon Footprint by investing in renewable projects. You can earn Energy Cash tokens by becoming a member from our platform. The Energy Cash token holders benefit from investments made in the various renewable energy projects and reducing there carbon offsets. The difference with other carbon offset projects is that energy cash will make very transparent choices in which renewable energy projects will be invested because whe use smartcontracts in the blockchain.
Información Básica de la Extensión
Nombre | |
ID | hnnicmicjakceceikiebahkkgphkfokj |
URL Oficial | https://chrome.google.com/webstore/detail/energy-cash-browser-exten/hnnicmicjakceceikiebahkkgphkfokj |
Descripción | Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web |
Tamaño del Archivo | 54.08 KB |
Cantidad de Instalaciones | 73 |
Versión Actual | 1.2.2 |
Última Actualización | 2019-05-08 |
Fecha de Publicación | 2019-05-08 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | energy cash browser exstention |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://energycash.xyz/energy-cash-browser-extension/ |
URL de la Página de Ayuda | https://energycash.xyz/faq/ |
URL de la Página de Política de Privacidad | https://energycash.xyz/contact-us/privacy-policy-2 |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Energy Cash Browser Extension", "description": "Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web", "version": "1.2.2", "icons": { "128": "icon_128.png.png" }, "browser_action": { "default_icon": "icon.png.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |