Squid to Kid
Replaces the text 'squid' with 'kid' and vise versa.
Squid to Kidคืออะไร?
Squid to Kid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย krota และคุณลักษณะหลักของมันคือ "Replaces the text 'squid' with 'kid' and vise versa."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Squid to Kid
ดาวน์โหลดไฟล์ส่วนขยาย Squid to Kid ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Changes 'squid' to 'kid' and vise versa Source: https://github.com/krota/squid-to-kid Forked from Cloud to Butt: https://github.com/panicsteve/cloud-to-butt
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Squid to Kid |
ID | bodbinigjakmbngmdcknimhpnhnmklji |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/squid-to-kid/bodbinigjakmbngmdcknimhpnhnmklji |
คำอธิบาย | Replaces the text 'squid' with 'kid' and vise versa. |
ขนาดไฟล์ | 12.18 KB |
จำนวนการติดตั้ง | 66 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-02-23 |
วันที่เผยแพร่ | 2016-02-22 |
คะแนน | 4.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | krota |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Squid to Kid", "version": "1.1", "description": "Replaces the text 'squid' with 'kid' and vise versa.", "icons": { "16": "icon16.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |