Bitcoin To Buttcoin
Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins
什么是Bitcoin To Buttcoin?
Bitcoin To Buttcoin是由jamesonjlee开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins”。
扩展截图
下载Bitcoin To Buttcoin扩展crx文件
下载Bitcoin To Buttcoin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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™ 扩展基本信息
| 名称 | |
| ID | opdmmmpiahddjnfogimkmmgmmhkbalol |
| 官方URL | https://chromewebstore.google.com/detail/bitcoin-to-buttcoin/opdmmmpiahddjnfogimkmmgmmhkbalol |
| 简介 | Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins |
| 文件大小 | 3.43 KB |
| 安装次数 | 22 |
| 当前版本 | 1.2 |
| 更新时间 | 2013-12-12 |
| 上架时间 | 2013-12-11 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | jamesonjlee |
| 付费类型 | free |
| 扩展官网 | https://github.com/jamesonjlee/cloud-to-butt |
| 支持的语言 | 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"
}
]
} | |