On the blockchain

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

Qu'est-ce que On the blockchain ?

On the blockchain est une extension Chrome développée par David Tran, et sa fonction principale est "Adds 'on the blockchain' to the end of every sentence.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension On the blockchain

Téléchargez les fichiers d'extension On the blockchain au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom On the blockchain On the blockchain
ID jieoegmpbhhhdeidanoldbfnghajiehe
URL Officiel https://chromewebstore.google.com/detail/on-the-blockchain/jieoegmpbhhhdeidanoldbfnghajiehe
Description Adds 'on the blockchain' to the end of every sentence.
Taille du Fichier 24.5 KB
Nombre d'Installations 39
Version Actuelle 0.1.3
Dernière Mise à Jour 2018-01-20
Date de Publication 2018-01-20
Évaluation 4.80/5 Total 5 Évaluations
Développeur David Tran
Type de Paiement free
Site Web de l'Extension https://github.com/dtran320/on-the-blockchain
Langues Prises en Charge 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"
        }
    ]
}