Tulpa To Pet
Replaces the text 'tulpa' with 'pet'.
Tulpa To Petคืออะไร?
Tulpa To Pet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amonije และคุณลักษณะหลักของมันคือ "Replaces the text 'tulpa' with 'pet'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tulpa To Pet
ดาวน์โหลดไฟล์ส่วนขยาย Tulpa To Pet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension replaces all "tulpa" words by "pet" on web pages. The results are funny.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | ffcpdollbpdakkblojlbijleaaepljga |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tulpa-to-pet/ffcpdollbpdakkblojlbijleaaepljga |
คำอธิบาย | Replaces the text 'tulpa' with 'pet'. |
ขนาดไฟล์ | 3.4 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-11-11 |
วันที่เผยแพร่ | 2015-11-11 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | amonije |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tulpa To Pet", "version": "1.0", "description": "Replaces the text 'tulpa' with 'pet'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |