NOOT NOOT
Replaces swear words with NOOT NOOT.
NOOT NOOTคืออะไร?
NOOT NOOT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anodium และคุณลักษณะหลักของมันคือ "Replaces swear words with NOOT NOOT."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NOOT NOOT
ดาวน์โหลดไฟล์ส่วนขยาย NOOT NOOT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Exactly what it says on the tin; it replaces swear words with NOOT NOOT. Pretty straightforward.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NOOT NOOT |
ID | pefpfonanmllmikkgkcibbmijobflocb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/noot-noot/pefpfonanmllmikkgkcibbmijobflocb |
คำอธิบาย | Replaces swear words with NOOT NOOT. |
ขนาดไฟล์ | 22.27 KB |
จำนวนการติดตั้ง | 134 |
เวอร์ชันปัจจุบัน | Chips Release |
อัปเดตครั้งล่าสุด | 2016-09-13 |
วันที่เผยแพร่ | 2016-09-13 |
คะแนน | 4.30/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | anodium |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/anodium/noot-noot |
URL หน้าช่วยเหลือ | https://github.com/anodium/noot-noot/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NOOT NOOT", "version": "1.1.0", "version_name": "Chips Release", "description": "Replaces swear words with NOOT NOOT.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Andrea Garcia", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "noot.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "swear.json" ] } |