On the blockchain

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

Cos'è On the blockchain?

On the blockchain è un'estensione di Chrome sviluppata da David Tran, e la sua funzione principale è "Adds 'on the blockchain' to the end of every sentence.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione On the blockchain

Scarica i file di estensione On the blockchain in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome On the blockchain On the blockchain
ID jieoegmpbhhhdeidanoldbfnghajiehe
URL Ufficiale https://chromewebstore.google.com/detail/on-the-blockchain/jieoegmpbhhhdeidanoldbfnghajiehe
Descrizione Adds 'on the blockchain' to the end of every sentence.
Dimensione del File 24.5 KB
Conteggio Installazioni 39
Versione Corrente 0.1.3
Ultimo Aggiornamento 2018-01-20
Data di Pubblicazione 2018-01-20
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore David Tran
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/dtran320/on-the-blockchain
Lingue Supportate 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"
        }
    ]
}