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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}