Dicky B
Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
Dicky Bคืออะไร?
Dicky B เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thorgi และคุณลักษณะหลักของมันคือ "Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dicky B
ดาวน์โหลดไฟล์ส่วนขยาย Dicky B ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Serves to promote the glory that is Blake Bortles. Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | chmblekblbaeoekndhomhpfjhgjejhii |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dicky-b/chmblekblbaeoekndhomhpfjhgjejhii |
คำอธิบาย | Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles' |
ขนาดไฟล์ | 4.72 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2015-10-25 |
วันที่เผยแพร่ | 2015-10-25 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Thorgi |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dicky B", "description": "Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |