Memeify (🅱)

Replace all instances of 'b' with 🅱.

Memeify (🅱)คืออะไร?

Memeify (🅱) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shivrustagi221 และคุณลักษณะหลักของมันคือ "Replace all instances of 'b' with 🅱."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Memeify (🅱)

ดาวน์โหลดไฟล์ส่วนขยาย Memeify (🅱) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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