On the blockchain
Adds 'on the blockchain' to the end of every sentence.
O que é On the blockchain?
On the blockchain é uma extensão do Chrome desenvolvida por David Tran, e sua principal característica é "Adds 'on the blockchain' to the end of every sentence.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão On the blockchain
Baixe arquivos de extensão On the blockchain 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
Inspired by Erin Griffith and "Millennials to Snake People"! See coverage here: https://bit.ly/on-the-blockchain Warning: Super naive implementation that main ruin all your browsing experience, but don't worry; everything will be preserved on the blockchain! When you've had enough of the blockchain, to disable or uninstall, simply go to Preferences > Extensions > Uncheck "Enable" or hit the "Trash" icon.
Informações Básicas da Extensão
Nome | On the blockchain |
ID | jieoegmpbhhhdeidanoldbfnghajiehe |
URL Oficial | https://chromewebstore.google.com/detail/on-the-blockchain/jieoegmpbhhhdeidanoldbfnghajiehe |
Descrição | Adds 'on the blockchain' to the end of every sentence. |
Tamanho do Arquivo | 24.5 KB |
Contagem de Instalações | 39 |
Versão Atual | 0.1.3 |
Última Atualização | 2018-01-20 |
Data de Publicação | 2018-01-20 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | David Tran |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/dtran320/on-the-blockchain |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "On the blockchain", "short_name": "On the blockchain", "description": "Adds 'on the blockchain' to the end of every sentence.", "author": "David Tran", "version": "0.1.3", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |