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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้านโยบายความเป็นส่วนตัว 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
}