iKute Emoticons 4Facebook Status&Comment
iKute Emoticon for Facebook Status and Comment - Replace emotion char to emotion image, it's so kute :x
iKute Emoticons 4Facebook Status&Commentคืออะไร?
iKute Emoticons 4Facebook Status&Comment เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ikuteteam.blogspot.com และคุณลักษณะหลักของมันคือ "iKute Emoticon for Facebook Status and Comment - Replace emotion char to emotion image, it's so kute :x"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iKute Emoticons 4Facebook Status&Comment
ดาวน์โหลดไฟล์ส่วนขยาย iKute Emoticons 4Facebook Status&Comment ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
***************************************************************************************** ***************************************************************************************** More fun with Ikute Emoticon iKute Emoticon is an application that will help you display emoticons on the content of your status updates and comments on Facebook with Yahoo Messenger emoticons friendly and lively. Try it today and share with your friends. iKute Emoticon Version 2.0 supports: Supports popular browsers: Chrome -Application for Facebook: The entire contents of the Status, Comments, Notes, Photos ... -Show emoticons even when your friends do not have iKute Emoticon. -Support Panel Icon when click on the icon bar iKute Emoticon Chrome application. ... And many other attractions waiting for you to explore: x Do not forget to evaluate your experience with iKute Emoticon okay: x Wish you happy: x ***************************************************************************************** *****************************************************************************************
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | balckfmhlgambbambmifcpgjnhkfcpgc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ikute-emoticons-4facebook/balckfmhlgambbambmifcpgjnhkfcpgc |
คำอธิบาย | iKute Emoticon for Facebook Status and Comment - Replace emotion char to emotion image, it's so kute :x |
ขนาดไฟล์ | 170 KB |
จำนวนการติดตั้ง | 1,781 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2012-10-18 |
วันที่เผยแพร่ | 2012-10-18 |
คะแนน | 4.02/5 รวมทั้งหมด 96 คะแนน |
ผู้พัฒนา | http://ikuteteam.blogspot.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://facebook.com/iKuteTeam |
URL หน้าช่วยเหลือ | http://facebook.com/iKuteTeam |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "iKute Emoticons 4Facebook Status&Comment", "version": "2.2", "manifest_version": 2, "description": "iKute Emoticon for Facebook Status and Comment - Replace emotion char to emotion image, it's so kute :x", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" }, "browser_action": { "default_icon": "images\/icon16.png", "default_title": "iKute Emoticon for Facebook Status and Comment", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "lib\/utils.js", "lib\/encoder.js", "yh_emoticon.js", "fb_fixed_emoticon.js", "fb_classes.js", "fb_inject.js" ], "run_at": "document_start" } ] } |