On the blockchain

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

Co to jest On the blockchain?

On the blockchain to rozszerzenie Chrome opracowane przez David Tran, a jego główną funkcją jest „Adds 'on the blockchain' to the end of every sentence.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia On the blockchain

Pobierz pliki rozszerzeń On the blockchain w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa On the blockchain On the blockchain
ID jieoegmpbhhhdeidanoldbfnghajiehe
Oficjalny URL https://chromewebstore.google.com/detail/on-the-blockchain/jieoegmpbhhhdeidanoldbfnghajiehe
Opis Adds 'on the blockchain' to the end of every sentence.
Rozmiar pliku 24.5 KB
Liczba instalacji 39
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2018-01-20
Data Publikacji 2018-01-20
Ocena 4.80/5 Łącznie 5 Oceny
Deweloper David Tran
Typ Płatności free
Strona Rozszerzenia https://github.com/dtran320/on-the-blockchain
Obsługiwane Języki 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"
        }
    ]
}