Bitcoin To Buttcoin

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

Apa itu Bitcoin To Buttcoin?

Bitcoin To Buttcoin adalah ekstensi Chrome yang dikembangkan oleh jamesonjlee, dan fitur utamanya adalah "Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bitcoin To Buttcoin

Unduh file ekstensi Bitcoin To Buttcoin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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™                    

Informasi Dasar Ekstensi

Nama Bitcoin To Buttcoin Bitcoin To Buttcoin
ID opdmmmpiahddjnfogimkmmgmmhkbalol
URL Resmi https://chromewebstore.google.com/detail/bitcoin-to-buttcoin/opdmmmpiahddjnfogimkmmgmmhkbalol
Deskripsi Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins
Ukuran File 3.43 KB
Jumlah Instalasi 22
Versi Saat Ini 1.2
Terakhir Diperbarui 2013-12-12
Tanggal Publikasi 2013-12-11
Penilaian 5.00/5 Total 6 Penilaian
Pengembang jamesonjlee
Tipe Pembayaran free
Situs Ekstensi https://github.com/jamesonjlee/cloud-to-butt
Bahasa yang Didukung 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"
        }
    ]
}