Delete Facebook Messages
This extension allows you to delete or archive all of your facebook messages in one click.
Delete Facebook Messages란 무엇입니까?
Delete Facebook Messages은(는) Irfan khan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to delete or archive all of your facebook messages in one click."입니다.
확장 프로그램 스크린샷
Delete Facebook Messages 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension offers the convenience of deleting or archiving all your Facebook messages with a single click. **Compatible with the new Facebook user interface.** **Also functions seamlessly in Facebook Marketplace.** **Works flawlessly with page inbox as well.** **Updated in 2023.** **Performs perfectly.** Here's how you can utilize this extension: 1. Install the "Delete Facebook Messages" extension for your Chrome browser. 2. Visit https://www.facebook.com/messages. 3. Click on the icon of the "Delete Facebook Messages" extension. 4. Select "Begin Deletion" to delete all of your messages. 5. Choose "Archive Messages" to archive all of your messages. Please ensure that your Facebook language is set to English before initiating any operations. For any assistance, bug reports, or suggestions, please feel free to contact us. Email: [email protected]
확장 프로그램 기본 정보
이름 | Delete Facebook Messages |
ID | idoljmjdnkjaoppbooklhpamhkijoobi |
공식 URL | https://chromewebstore.google.com/detail/delete-facebook-messages/idoljmjdnkjaoppbooklhpamhkijoobi |
설명 | This extension allows you to delete or archive all of your facebook messages in one click. |
파일 크기 | 158 KB |
설치 횟수 | 9,000 |
현재 버전 | 3.3 |
최근 업데이트 | 2024-02-14 |
출시 날짜 | 2019-05-29 |
평점 | 3.90/5 총 140 개의 평점 |
개발자 | Irfan khan |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://mxreports.com/dfmsgs/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Delete Facebook Messages", "description": "This extension allows you to delete or archive all of your facebook messages in one click.", "version": "3.3", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "browser_action": { "default_icon": "icons\/256.png", "default_popup": "popup.html", "default_title": "Delete Facebook Messages" }, "permissions": [ "*:\/\/*.facebook.com\/*", "tabs", "storage" ], "background": { "page": "background.html", "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |