On the blockchain
Adds 'on the blockchain' to the end of every sentence.
Was ist On the blockchain?
On the blockchain ist eine Chrome-Erweiterung, die von David Tran entwickelt wurde, und ihr Hauptmerkmal ist "Adds 'on the blockchain' to the end of every sentence.".
Erweiterungsscreenshots
On the blockchain-Erweiterungs-CRX-Datei herunterladen
Laden Sie On the blockchain-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jieoegmpbhhhdeidanoldbfnghajiehe |
| Offizielle URL | https://chromewebstore.google.com/detail/on-the-blockchain/jieoegmpbhhhdeidanoldbfnghajiehe |
| Beschreibung | Adds 'on the blockchain' to the end of every sentence. |
| Dateigröße | 24.5 KB |
| Installationsanzahl | 39 |
| Aktuelle Version | 0.1.3 |
| Letztes Update | 2018-01-20 |
| Veröffentlichungsdatum | 2018-01-20 |
| Bewertung | 4.80/5 Insgesamt 5 Bewertungen |
| Entwickler | David Tran |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/dtran320/on-the-blockchain |
| Unterstützte Sprachen | 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"
}
]
} | |