Memeify (🅱)

Replace all instances of 'b' with 🅱.

ما هو Memeify (🅱)؟

Memeify (🅱) هو إضافة Chrome تم تطويرها بواسطة shivrustagi221، والميزة الرئيسية لها هي "Replace all instances of 'b' with 🅱.".

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

screenshot

تحميل ملف CRX للإضافة Memeify (🅱)

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

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

                        Memeify the current page you're on by replaceing B with 🅱.                    

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

الاسم Memeify (🅱) Memeify (🅱)
ID gkofcfjlmdaihnidnekkdekjfdcjaadg
عنوان URL الرسمي https://chromewebstore.google.com/detail/memeify-%F0%9F%85%B1/gkofcfjlmdaihnidnekkdekjfdcjaadg
الوصف Replace all instances of 'b' with 🅱.
حجم الملف 3.29 KB
عدد التثبيتات 190
النسخة الحالية 1.1
آخر تحديث 2017-09-17
تاريخ النشر 2017-09-17
تقييم 3.67/5 مجموع تقييمات 3
المطور shivrustagi221
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Memeify (\ud83c\udd71)",
    "description": "Replace all instances of 'b' with \ud83c\udd71.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}