Bitcoin To Buttcoin
Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins
What is Bitcoin To Buttcoin?
Bitcoin To Buttcoin is a Chrome extension developed by jamesonjlee, and its main feature is "Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins".
Extension Screenshots
Download Bitcoin To Buttcoin Extension CRX File
Download Bitcoin To Buttcoin 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
Changes Bitcoin(s) to Buttcoin(s), maybe I will include ones for Litecoin, etc. Image sourced from buttcoin.org THIS EXTENSION IS NOT AFFILIATE WITH BUTTCOIN.ORG Made while sitting on my butt™
Extension Basic Information
Name | Bitcoin To Buttcoin |
ID | opdmmmpiahddjnfogimkmmgmmhkbalol |
Official URL | https://chromewebstore.google.com/detail/bitcoin-to-buttcoin/opdmmmpiahddjnfogimkmmgmmhkbalol |
Description | Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins |
File Size | 3.43 KB |
Installation Count | 22 |
Current Version | 1.2 |
Last Updated | 2013-12-12 |
Publish Date | 2013-12-11 |
Rating | 5.00/5 Total 6 Ratings |
Developer | jamesonjlee |
Payment Type | free |
Extension Website | https://github.com/jamesonjlee/cloud-to-butt |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin To Buttcoin", "version": "1.2", "description": "Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |