Cuck to Smurf
This extension squanches the word cuck to smurf.
Cuck to Smurfคืออะไร?
Cuck to Smurf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Afal และคุณลักษณะหลักของมันคือ "This extension squanches the word cuck to smurf."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cuck to Smurf
ดาวน์โหลดไฟล์ส่วนขยาย Cuck to Smurf ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This changes "cuck" and variants to "smurf" because they're literally interchangeable at this point.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ofphpecnggajokednpbnbghnlloaccco |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cuck-to-smurf/ofphpecnggajokednpbnbghnlloaccco |
คำอธิบาย | This extension squanches the word cuck to smurf. |
ขนาดไฟล์ | 24.47 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-05-06 |
วันที่เผยแพร่ | 2016-05-06 |
ผู้พัฒนา | Afal |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cuck to Smurf", "description": "This extension squanches the word cuck to smurf.", "version": "1.0", "icons": { "128": "smurf.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |