Benedict Cumberbatch-inator

Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…

Benedict Cumberbatch-inatorคืออะไร?

Benedict Cumberbatch-inator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gabefoad และคุณลักษณะหลักของมันคือ "Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Benedict Cumberbatch-inator

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

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

                        Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a lifelike name.                    

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

ชื่อ Benedict Cumberbatch-inator Benedict Cumberbatch-inator
ID ampoimiogjcflocfdikffpcpgongfkgh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/benedict-cumberbatch-inat/ampoimiogjcflocfdikffpcpgongfkgh
คำอธิบาย Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…
ขนาดไฟล์ 4.99 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2016-07-21
วันที่เผยแพร่ 2016-07-21
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา gabefoad
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Benedict Cumberbatch-inator",
    "manifest_version": 2,
    "version": "1.2.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "benedict.js"
            ],
            "run_at": "document_end"
        }
    ]
}