Messages Remover For Facebook
The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.
What is Messages Remover For Facebook?
Messages Remover For Facebook is a Chrome extension developed by Aimen Houhamdi - أيمن حوحامدي, and its main feature is "The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.".
Extension Screenshots
Download Messages Remover For Facebook Extension CRX File
Download Messages Remover For Facebook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.
Extension Basic Information
Name | Messages Remover For Facebook |
ID | pnekbnjndgalhmockphmkeeklaalbfoc |
Official URL | https://chromewebstore.google.com/detail/messages-remover-for-face/pnekbnjndgalhmockphmkeeklaalbfoc |
Description | The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide. |
File Size | 5 MB |
Installation Count | 277 |
Current Version | 5.5 |
Last Updated | 2023-11-21 |
Publish Date | 2023-11-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Aimen Houhamdi - أيمن حوحامدي |
[email protected] | |
Payment Type | in_app |
Help Page URL | https://fb.com/aimen25cne |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messages Remover For Facebook", "short_name": "MR4FB", "version": "5.5", "manifest_version": 3, "description": "The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.", "icons": { "128": "icons\/128.png", "256": "icons\/256.png" }, "action": { "default_icon": "icons\/128.png", "default_title": "MR4FB", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "css": [ "\/style.css", "css\/jquery-confirm.css" ], "js": [ "js\/jquery.min.js", "js\/sweetAlert.min.js", "js\/jquery-confirm.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "background.js" } } |