Messenger Cleaner
Delete all Facebook messages at once (or) Choose and Delete multiple messages at once
Messenger Cleanerคืออะไร?
Messenger Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rowe6435 และคุณลักษณะหลักของมันคือ "Delete all Facebook messages at once (or) Choose and Delete multiple messages at once"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Messenger Cleaner
ดาวน์โหลดไฟล์ส่วนขยาย Messenger Cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Delete all Facebook messages at once (or) Choose and Delete multiple messages at once Messenger Cleaner lets you to delete all your Facebook messages(including group messages) by one click without having to delete one by one, It even allows to Choose and Delete multiple messages at once. ***We are sorry for the experience that you had, due to some issues that is related to Facebook only users who have the new Facebook view are able to use the extension. Please ensure that you are using the new Facebook layout to be able to use the extension. In the meantime we will try to resolve the issues related to this. **Note: Please refresh if not working in 1st attempt This app does not store any of your data. Please watch following videos to get know how this app works: 1. https://www.youtube.com/watch?v=q12FM6uh6JE 2. https://www.youtube.com/watch?v=PrzHsNabV34 3. https://www.youtube.com/watch?v=GF9ygFRV9dw&t=12s 4. https://www.youtube.com/watch?v=ZXbo8V8i_ec Terms & Conditions: Use "Messenger Cleaner" at your own risk. No guarantee or warranty is given. The author shall not be held liable for any damage or loss of data. Usage of this app means that you agree to these terms. For any query: [email protected]/[email protected]/+919663026088
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jdbcbmdfjddfdgmddlcncmdhdghednnm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/messenger-cleaner/jdbcbmdfjddfdgmddlcncmdhdghednnm |
คำอธิบาย | Delete all Facebook messages at once (or) Choose and Delete multiple messages at once |
ขนาดไฟล์ | 192 KB |
จำนวนการติดตั้ง | 22,706 |
เวอร์ชันปัจจุบัน | 0.0.8 |
อัปเดตครั้งล่าสุด | 2022-12-11 |
วันที่เผยแพร่ | 2020-08-12 |
คะแนน | 3.07/5 รวมทั้งหมด 61 คะแนน |
ผู้พัฒนา | rowe6435 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Messenger Cleaner", "short_name": "Delete all Facebook messages", "description": "Delete all Facebook messages at once (or) Choose and Delete multiple messages at once", "version": "0.0.8", "icons": { "16": "icons\/fb_message_cleaner16.png", "48": "icons\/fb_message_cleaner48.png", "128": "icons\/fb_message_cleaner128.png" }, "action": { "default_icon": "icons\/fb_message_cleaner16.png", "default_title": "Messenger Cleaner(Message Cleaner)", "default_popup": "screens\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/constants.min.js", "js\/utils.min.js", "js\/content.min.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "content_security_policy": { "extension_pages": "default-src 'self'; style-src 'self'; object-src 'self';" } } |