Trident to Metal Gear
Replaces the text 'Trident' with 'Metal Gear'.
Trident to Metal Gearคืออะไร?
Trident to Metal Gear เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sledra และคุณลักษณะหลักของมันคือ "Replaces the text 'Trident' with 'Metal Gear'."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trident to Metal Gear
ดาวน์โหลดไฟล์ส่วนขยาย Trident to Metal Gear ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces the word "Trident" with "Metal Gear". Jeremy Corbyn does look a bit like Revolver Ocelot doesn't he....
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | hbchjejfaipciplpfkilelpodaijgjmk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/trident-to-metal-gear/hbchjejfaipciplpfkilelpodaijgjmk |
คำอธิบาย | Replaces the text 'Trident' with 'Metal Gear'. |
ขนาดไฟล์ | 3.35 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-10-02 |
วันที่เผยแพร่ | 2015-10-02 |
ผู้พัฒนา | Sledra |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trident to Metal Gear", "version": "1.0", "description": "Replaces the text 'Trident' with 'Metal Gear'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |