Messenger Clean Up
Removes Facebook instant game notifications from messenger.com and facebook.com
Messenger Clean Upคืออะไร?
Messenger Clean Up เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Removes Facebook instant game notifications from messenger.com and facebook.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Messenger Clean Up
ดาวน์โหลดไฟล์ส่วนขยาย Messenger Clean Up ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instant Game notifications are pretty annoying. This extension removes Instant Game notifications on messenger.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Messenger Clean Up |
ID | ehlignmalehipfgjncjmngndbgpjehed |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/messenger-clean-up/ehlignmalehipfgjncjmngndbgpjehed |
คำอธิบาย | Removes Facebook instant game notifications from messenger.com and facebook.com |
ขนาดไฟล์ | 11.46 KB |
จำนวนการติดตั้ง | 714 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-01-08 |
วันที่เผยแพร่ | 2017-01-08 |
คะแนน | 3.50/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Messenger Clean Up", "version": "1.0", "description": "Removes Facebook instant game notifications from messenger.com and facebook.com", "content_scripts": [ { "matches": [ "*:\/\/www.messenger.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png" } } |