Energy Cash Browser Extension
Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web
O que é Energy Cash Browser Extension?
Energy Cash Browser Extension é uma extensão do Chrome desenvolvida por energy cash browser exstention, e sua principal característica é "Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Energy Cash Browser Extension
Baixe arquivos de extensão Energy Cash Browser Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | hnnicmicjakceceikiebahkkgphkfokj |
URL Oficial | https://chrome.google.com/webstore/detail/energy-cash-browser-exten/hnnicmicjakceceikiebahkkgphkfokj |
Descrição | Energy Cash is a blockchain platform that lessens your Carbon Footprint while you surfing on the web |
Tamanho do Arquivo | 54.08 KB |
Contagem de Instalações | 73 |
Versão Atual | 1.2.2 |
Última Atualização | 2019-05-08 |
Data de Publicação | 2019-05-08 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | energy cash browser exstention |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://energycash.xyz/energy-cash-browser-extension/ |
URL da Página de Ajuda | https://energycash.xyz/faq/ |
URL da Página de Política de Privacidade | https://energycash.xyz/contact-us/privacy-policy-2 |
Idiomas Suportados | 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" ] } |