Messages Remover For Facebook
The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.
什么是Messages Remover For Facebook?
Messages Remover For Facebook是由Aimen Houhamdi - أيمن حوحامدي开发的Chrome扩展程序,该扩展的主要功能是“The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.”。
扩展截图
下载Messages Remover For Facebook扩展crx文件
下载Messages Remover For Facebook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.
扩展基本信息
名称 | Messages Remover For Facebook |
ID | pnekbnjndgalhmockphmkeeklaalbfoc |
官方URL | https://chromewebstore.google.com/detail/messages-remover-for-face/pnekbnjndgalhmockphmkeeklaalbfoc |
简介 | The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide. |
文件大小 | 5 MB |
安装次数 | 277 |
当前版本 | 5.5 |
更新时间 | 2023-11-21 |
上架时间 | 2023-11-21 |
评分 | 5.00/5 共1次评分 |
开发者 | Aimen Houhamdi - أيمن حوحامدي |
电子邮箱 | [email protected] |
付费类型 | in_app |
帮助页面URL | https://fb.com/aimen25cne |
支持的语言 | 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" } } |