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 - أيمن حوحامدي |
Eメール | [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" } } |