Hover Read Facebook Messages
Allows you to read Facebook messages without opening them.
Hover Read Facebook Messagesคืออะไร?
Hover Read Facebook Messages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย John Ellison และคุณลักษณะหลักของมันคือ "Allows you to read Facebook messages without opening them."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hover Read Facebook Messages
ดาวน์โหลดไฟล์ส่วนขยาย Hover Read Facebook Messages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows you to hover over messages in the messenger to read them. You can also read messages without sending the read receipt! View source code at: https://github.com/L-E-son/Hover-Read-Facebook-Messages
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hover Read Facebook Messages |
ID | felcecgbpgkinbkmidnfgclcdhgkaink |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/felcecgbpgkinbkmidnfgclcdhgkaink |
คำอธิบาย | Allows you to read Facebook messages without opening them. |
ขนาดไฟล์ | 3.73 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2018-08-11 |
วันที่เผยแพร่ | 2018-08-11 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | John Ellison |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hover Read Facebook Messages", "version": "0.1", "description": "Allows you to read Facebook messages without opening them.", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "fbNotificationUnread.js" ] } ] } |