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 |
电子邮箱 | [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": [ " |