WhatsApp Editor
An extension to edit WhatsApp messages
WhatsApp Editorとは何ですか?
WhatsApp EditorはOfri Yehudaによって開発されたChromeの拡張機能で、その主な機能は「An extension to edit WhatsApp messages」です。
拡張機能のスクリーンショット
WhatsApp Editor拡張機能のCRXファイルをダウンロード
WhatsApp Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WhatsApp Editor: Take Full Control Over Your WhatsApp Conversations What is WhatsApp Editor? WhatsApp Editor is a revolutionary Chrome extension designed to empower your experience on WhatsApp Web. Have you ever wished you could edit a sent WhatsApp message? Or customize the way your chats look? Now you can! Key Features Edit Sent Messages: Ever made a typo in a message that you wish you could fix? Now you can. Message Customization: Change fonts, add emoticons, and insert images like never before. Quick Access Popup: Easily access all features through a popup window that sits conveniently on your browser toolbar.
拡張機能の基本情報
名前 | WhatsApp Editor |
ID | jlgcngamnmdbbkedkgmpgffmdbfkeiga |
公式URL | https://chromewebstore.google.com/detail/whatsapp-editor/jlgcngamnmdbbkedkgmpgffmdbfkeiga |
説明 | An extension to edit WhatsApp messages |
ファイルサイズ | 224 KB |
インストール数 | 57 |
現在のバージョン | 1.1 |
最終更新日 | 2023-09-14 |
公開日 | 2023-09-14 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Ofri Yehuda |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.privacypolicygenerator.info/live.php?token=PuIr8l9OYfb92mgUTlRnHoEnfssCgdH2 |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WhatsApp Editor", "version": "1.1", "description": "An extension to edit WhatsApp messages", "permissions": [ "storage" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "hoverMenu.html", "hoverMenuCompact.html" ], "matches": [ " |