Metal Gear "Patriots" filter
Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines.
Metal Gear "Patriots" filterคืออะไร?
Metal Gear "Patriots" filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metal Gear "Patriots" filter
ดาวน์โหลดไฟล์ส่วนขยาย Metal Gear "Patriots" filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kpcidljkdmahemghpchkcfajalnnjpei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/metal-gear-patriots-filte/kpcidljkdmahemghpchkcfajalnnjpei |
คำอธิบาย | Replaces all instances of the word "Patriot" with the phrase "La-li-lu-le-lo", to simluate the effect of SOP nanomachines. |
ขนาดไฟล์ | 29.61 KB |
จำนวนการติดตั้ง | 237 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2016-04-29 |
วันที่เผยแพร่ | 2016-04-29 |
คะแนน | 4.82/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Metal Gear \"Patriots\" filter", "description": "Replaces all instances of the word \"Patriot\" with the phrase \"La-li-lu-le-lo\", to simluate the effect of SOP nanomachines.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |