HelloHooman
We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now!
HelloHoomanคืออะไร?
HelloHooman เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.epigra.com และคุณลักษณะหลักของมันคือ "We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HelloHooman
ดาวน์โหลดไฟล์ส่วนขยาย HelloHooman ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
We wanted to draw attention to World Animal Day. So we decided to transform our beloved smileys to cat emojis. So in every page you enter, you will see cat emojis instead of smileys. What you waiting for hooman! Meowload now!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HelloHooman |
ID | dagggdnknmmgjedpohekiclcnakbfnpf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hellohooman/dagggdnknmmgjedpohekiclcnakbfnpf |
คำอธิบาย | We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now! |
ขนาดไฟล์ | 47.48 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 3 |
อัปเดตครั้งล่าสุด | 2017-10-03 |
วันที่เผยแพร่ | 2017-10-03 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.epigra.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://hellohooman.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HelloHooman", "description": "We decided to transform our beloved smileys to cat emojis for the World Animal Day. What you waiting for hooman! Meowload now!", "version": "3", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |