WhatsApp Editor

An extension to edit WhatsApp messages

WhatsApp Editor là gì?

WhatsApp Editor là một tiện ích mở rộng Chrome được phát triển bởi Ofri Yehuda, và tính năng chính của nó là "An extension to edit WhatsApp messages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WhatsApp Editor

Tải xuống các tệp mở rộng WhatsApp Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WhatsApp Editor WhatsApp Editor
ID jlgcngamnmdbbkedkgmpgffmdbfkeiga
URL Chính Thức https://chromewebstore.google.com/detail/whatsapp-editor/jlgcngamnmdbbkedkgmpgffmdbfkeiga
Mô tả An extension to edit WhatsApp messages
Kích Thước Tệp 224 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-09-14
Ngày Phát Hành 2023-09-14
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Ofri Yehuda
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.privacypolicygenerator.info/live.php?token=PuIr8l9OYfb92mgUTlRnHoEnfssCgdH2
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}