BitBeans

Replaces 'bitcoin' with 'magic beans'.

ما هو BitBeans؟

BitBeans هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Replaces 'bitcoin' with 'magic beans'.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة BitBeans

قم بتنزيل ملفات الامتداد BitBeans بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Replaces all instances of 'bitcoin' with 'magic beans.' Fun for the whole family!

Open-sourced at: https://github.com/argusdusty/BitBeans                    

معلومات أساسية عن التمديد

الاسم BitBeans BitBeans
ID imihcgcfconccnapamakpnjaiaflnpcj
عنوان URL الرسمي https://chromewebstore.google.com/detail/bitbeans/imihcgcfconccnapamakpnjaiaflnpcj
الوصف Replaces 'bitcoin' with 'magic beans'.
حجم الملف 15 KB
عدد التثبيتات 103
النسخة الحالية 1.0
آخر تحديث 2014-04-09
تاريخ النشر 2014-04-08
تقييم 4.43/5 مجموع تقييمات 7
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BitBeans",
    "version": "1.0",
    "description": "Replaces 'bitcoin' with 'magic beans'.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "BitBeans_Chrome.js"
            ]
        }
    ]
}