On the blockchain

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

Vad är On the blockchain?

On the blockchain är en Chrome-tillägg utvecklad av David Tran, och dess huvudfunktion är "Adds 'on the blockchain' to the end of every sentence.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner On the blockchain-förlängningens CRX-fil

Ladda ner On the blockchain-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn On the blockchain On the blockchain
ID jieoegmpbhhhdeidanoldbfnghajiehe
Officiell webbadress https://chromewebstore.google.com/detail/on-the-blockchain/jieoegmpbhhhdeidanoldbfnghajiehe
Beskrivning Adds 'on the blockchain' to the end of every sentence.
Filstorlek 24.5 KB
Antal Installationer 39
Aktuell Version 0.1.3
Senast Uppdaterad 2018-01-20
Publiceringsdatum 2018-01-20
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare David Tran
Betalningssätt free
Tilläggswebbplats https://github.com/dtran320/on-the-blockchain
Stödda Språk 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"
        }
    ]
}