On the blockchain

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

Wat is On the blockchain?

On the blockchain is een Chrome-extensie ontwikkeld door David Tran, en de belangrijkste functie is "Adds 'on the blockchain' to the end of every sentence.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie On the blockchain

Download On the blockchain-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam On the blockchain On the blockchain
ID jieoegmpbhhhdeidanoldbfnghajiehe
Officiële URL https://chromewebstore.google.com/detail/on-the-blockchain/jieoegmpbhhhdeidanoldbfnghajiehe
Beschrijving Adds 'on the blockchain' to the end of every sentence.
Bestandsgrootte 24.5 KB
Aantal Installaties 39
Huidige Versie 0.1.3
Laatst Bijgewerkt 2018-01-20
Publicatiedatum 2018-01-20
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar David Tran
Betalingswijze free
Extensiewebsite https://github.com/dtran320/on-the-blockchain
Ondersteunde Talen 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"
        }
    ]
}