Bitcoin To Buttcoin

Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins

Bitcoin To Buttcoinคืออะไร?

Bitcoin To Buttcoin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jamesonjlee และคุณลักษณะหลักของมันคือ "Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitcoin To Buttcoin

ดาวน์โหลดไฟล์ส่วนขยาย 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™                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bitcoin To Buttcoin Bitcoin To Buttcoin
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"
        }
    ]
}