Let's Get This Bread

Replaces every synonym of the word 'money' with 'bread'.

Let's Get This Breadคืออะไร?

Let's Get This Bread เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kurgan freedle และคุณลักษณะหลักของมันคือ "Replaces every synonym of the word 'money' with 'bread'."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Let's Get This Bread

ดาวน์โหลดไฟล์ส่วนขยาย Let's Get This Bread ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Let's Get This Bread Let's Get This Bread
ID gbacclkcifpklolkhmokpdohkeablfpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lets-get-this-bread/gbacclkcifpklolkhmokpdohkeablfpd
คำอธิบาย Replaces every synonym of the word 'money' with 'bread'.
ขนาดไฟล์ 3.51 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-10-16
วันที่เผยแพร่ 2018-10-16
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา kurgan freedle
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Let's Get This Bread",
    "description": "Replaces every synonym of the word 'money' with 'bread'.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}