On the blockchain
Adds 'on the blockchain' to the end of every sentence.
What is On the blockchain?
On the blockchain is a Chrome extension developed by David Tran, and its main feature is "Adds 'on the blockchain' to the end of every sentence.".
Extension Screenshots
Download On the blockchain Extension CRX File
Download On the blockchain extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | On the blockchain |
ID | jieoegmpbhhhdeidanoldbfnghajiehe |
Official URL | https://chromewebstore.google.com/detail/on-the-blockchain/jieoegmpbhhhdeidanoldbfnghajiehe |
Description | Adds 'on the blockchain' to the end of every sentence. |
File Size | 24.5 KB |
Installation Count | 39 |
Current Version | 0.1.3 |
Last Updated | 2018-01-20 |
Publish Date | 2018-01-20 |
Rating | 4.80/5 Total 5 Ratings |
Developer | David Tran |
Payment Type | free |
Extension Website | https://github.com/dtran320/on-the-blockchain |
Supported Languages | 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" } ] } |