B

Replace all your B's with the B emoji. Because yolo.

ما هو B؟

B هو إضافة Chrome تم تطويرها بواسطة Brandon Richardson، والميزة الرئيسية لها هي "Replace all your B's with the B emoji. Because yolo.".

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

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

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

                        Replace all your B's with the B emoji. JUST DO IT.                    

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

الاسم B B
ID eebmdpmagehncpidjeppgnhichnloenk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/b/eebmdpmagehncpidjeppgnhichnloenk
الوصف Replace all your B's with the B emoji. Because yolo.
حجم الملف 10.77 KB
عدد التثبيتات 54
النسخة الحالية 0.0.1
آخر تحديث 2018-02-18
تاريخ النشر 2018-02-18
تقييم 4.50/5 مجموع تقييمات 6
المطور Brandon Richardson
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://github.com/brandon1024/find/blob/master/.github/PRIVACY.md
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "B",
    "short_name": "B",
    "version": "0.0.1",
    "author": [
        "Brandon Richardson"
    ],
    "manifest_version": 2,
    "description": "Replace all your B's with the B emoji. Because yolo.",
    "permissions": [
        ""
    ],
    "icons": {
        "128": "b.png",
        "16": "b.png",
        "48": "b.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "offline_enabled": true
}