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 |
| 官方網址 | 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"
}
]
} | |