Anonymous to 15 year old kid
Replaces the text 'anonymous' by '15 year old kid'.
Anonymous to 15 year old kidคืออะไร?
Anonymous to 15 year old kid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amonije และคุณลักษณะหลักของมันคือ "Replaces the text 'anonymous' by '15 year old kid'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anonymous to 15 year old kid
ดาวน์โหลดไฟล์ส่วนขยาย Anonymous to 15 year old kid ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension replaces all "Anonymous" words by "group of 15 year old kids" and other things on web pages. The results are funny. FAQ: - Why ? --> Because - It's not funny --> I don't care Source code here: https://github.com/Malharhak/Anonymous-To-15-Year-Old-Kid if you're a 15 year old hacker that wants to hackitty hack.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lkfinojjbbpiedipbemghkhlbjiobjoa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/anonymous-to-15-year-old/lkfinojjbbpiedipbemghkhlbjiobjoa |
คำอธิบาย | Replaces the text 'anonymous' by '15 year old kid'. |
ขนาดไฟล์ | 3.66 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-11-30 |
วันที่เผยแพร่ | 2015-11-30 |
คะแนน | 3.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | amonije |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anonymous to 15 year old kid", "version": "1.2", "description": "Replaces the text 'anonymous' by '15 year old kid'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |