Web Messenger for WhatsApp

Launching WhatsApp web messenger from your browser

Τι είναι το Web Messenger for WhatsApp;

Το Web Messenger for WhatsApp είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Free Useful Apps, και η κύρια λειτουργία του είναι "Launching WhatsApp web messenger from your browser".

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

screenshot

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

Λήψη αρχείων επέκτασης Web Messenger for WhatsApp σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Ever wanted to have access to your Whatsapp Messenger while you're on the computer?

Tired of checking your phone for messages/updates every 5-10 minutes while you need to be focused on work/studying?

You can keep access to your Whatsapp messages once you install this software.

Please note due to the way Whatsapp and Google Chrome works, to see new messages appear, the Whatsapp window/tab on your browser should be
open by clicking on the extension icon to ensure you see the text messages on your computer.

This is a simple way to use whatsapp web on your computer. Dont rely on your phone and use our solution to have Whatsapp on your desktop.

This software is made by an independent team and is NOT affiliated with Whatsapp. Please note this is an unofficial extension and made by
independent developers.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Web Messenger for WhatsApp Web Messenger for WhatsApp
ID fmiakoiamngpfhcfehhjfffffaagbnkk
Επίσημο URL https://chromewebstore.google.com/detail/web-messenger-for-whatsap/fmiakoiamngpfhcfehhjfffffaagbnkk
Περιγραφή Launching WhatsApp web messenger from your browser
Μέγεθος Αρχείου 67.78 KB
Αριθμός Εγκαταστάσεων 3,666
Τρέχουσα Έκδοση 3.0.2
Τελευταία Ενημέρωση 2022-05-23
Ημερομηνία Δημοσίευσης 2022-05-22
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Free Useful Apps
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.2",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "homepage_url": "https:\/\/web-messenger-whatsapp.freespeedcheck.net\/",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icons\/64.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "scripts\/inject.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "*:\/\/web.whatsapp.com\/*"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/home.svg",
                "icons\/reload.svg",
                "icons\/settings.svg",
                "icons\/star.svg",
                "scripts\/dom.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "ui\/options\/index.html"
    }
}