Kill St Patty
End the St Patty’s Day Madness.
Kill St Pattyคืออะไร?
Kill St Patty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vocativinteractive และคุณลักษณะหลักของมันคือ "End the St Patty’s Day Madness."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kill St Patty
ดาวน์โหลดไฟล์ส่วนขยาย Kill St Patty ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sick of seeing St Patrick's Day written as 'St Patty's Day'? Yeah. So were we. So we wrote a simple Chrome extension that changes all appearances of St Patty's Day to either Paddy's Day or St Patrick's Day, as God intended. YOU'RE WELCOME
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fehbfnlfngcbddklcpccgiddhngleejh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/kill-st-patty/fehbfnlfngcbddklcpccgiddhngleejh |
คำอธิบาย | End the St Patty’s Day Madness. |
ขนาดไฟล์ | 32.39 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 7.0 |
อัปเดตครั้งล่าสุด | 2016-03-14 |
วันที่เผยแพร่ | 2016-03-14 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | vocativinteractive |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kill St Patty", "version": "7.0", "description": "End the St Patty\u2019s Day Madness.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |