WhatsApp Editor

An extension to edit WhatsApp messages

Τι είναι το WhatsApp Editor;

Το WhatsApp Editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ofri Yehuda, και η κύρια λειτουργία του είναι "An extension to edit WhatsApp messages".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης WhatsApp Editor

Λήψη αρχείων επέκτασης 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 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": [
                ""
            ]
        }
    ]
}