On the blockchain

Adds 'on the blockchain' to the end of every sentence.

¿Qué es On the blockchain?

On the blockchain es una extensión de Chrome desarrollada por David Tran, y su función principal es "Adds 'on the blockchain' to the end of every sentence.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión On the blockchain

Descarga archivos de extensión On the blockchain 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

                        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.                    

Información Básica de la Extensión

Nombre On the blockchain On the blockchain
ID jieoegmpbhhhdeidanoldbfnghajiehe
URL Oficial https://chromewebstore.google.com/detail/on-the-blockchain/jieoegmpbhhhdeidanoldbfnghajiehe
Descripción Adds 'on the blockchain' to the end of every sentence.
Tamaño del Archivo 24.5 KB
Cantidad de Instalaciones 39
Versión Actual 0.1.3
Última Actualización 2018-01-20
Fecha de Publicación 2018-01-20
Calificación 4.80/5 Total de 5 Calificaciones
Desarrollador David Tran
Tipo de Pago free
Sitio Web de la Extensión https://github.com/dtran320/on-the-blockchain
Idiomas Soportados 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"
        }
    ]
}