WAToolkit

A set of useful and lightweight tools for WhatsApp™ Web client.

Apa itu WAToolkit?

WAToolkit adalah ekstensi Chrome yang dikembangkan oleh watoolkit, dan fitur utamanya adalah "A set of useful and lightweight tools for WhatsApp™ Web client.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi WAToolkit

Unduh file ekstensi WAToolkit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ★★★★★ WATookit is the best rated extension for WhatsApp™ Web!

Never ever miss a WhatsApp notification again while you are on your desktop computer. This extension makes it possible to receive WhatsApp notifications even when there is no WhatsApp tab or Chrome window at all open. This way you will never miss a message again while working on your PC.

————————————————————
FEATURES
————————————————————

★ Enables always-on desktop notifications: Chrome will run in background mode permanently, keeping track and showing your WhatsApp notifications instantly. You can click on the notifications to go directly to the relevant chat.

★ Adds a convenient WhatsApp button to the toolbar: It includes the number of unread messages always visible. You can hover the mouse over the icon and you will see a summary of your unread conversations in a tooltip. In addition, the icon will become orange if there's some kind of connectivity issue with your phone. You can still hide the button if you want, just right click on it and select "Hide button".

★ Ensures you only have one instance of WhatsApp Web open at any time: That way you can focus on the right tab in any situation. Moreover, you won't be bothered with WhatsApp's exit confirmation messages any more.

★ Extremely lightweight and fast: Coded with performance in mind.

————————————————————
FREQUENT QUESTIONS
————————————————————

• How to use it? To start using WhatsApp Web, install this extension and click on the Chrome toolbar button with the "T" icon. If you are not logged in to WhatsApp Web, you must follow the instructions and scan the QR code with your phone. Remember to check the "Keep me signed in" checkbox so that your session is not closed automatically, or you may miss notifications.

• I cannot see any notification, what's happening? If the toolbar "T" icon is orange, there might be some connectivity issue with your phone. If you still cannot see WhatsApp notifications, please refer to the official support thread to solve the issue: http://www.whatsapp.com/faq/web/28080004

————————————————————
PERMISSIONS
————————————————————

The message shown by Google Chrome for the requested permissions is far from the real needs of the extension, but the permissions are technically required for the following reasons:

• Read and change your data on all whatsapp.com sites: Required to create the background page that holds an active WhatsApp session.

• Read your browsing history: Required to detect whether an active WhatsApp session exists among the tabs you are browsing, avoiding conflicts with the background page.

————————————————————
LICENSE
————————————————————

WAToolkit is free and open source. The source code is released under The GNU General Public License v3.0. 

————————————————————
LEGAL
————————————————————

WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. WAToolkit is an independent project and has no relationship to WhatsApp or WhatsApp Inc.                    

Informasi Dasar Ekstensi

Nama WAToolkit WAToolkit
ID fedimamkpgiemhacbdhkkaihgofncola
URL Resmi https://chromewebstore.google.com/detail/watoolkit/fedimamkpgiemhacbdhkkaihgofncola
Deskripsi A set of useful and lightweight tools for WhatsApp™ Web client.
Ukuran File 36.78 KB
Jumlah Instalasi 50,046
Versi Saat Ini 2.4
Terakhir Diperbarui 2021-12-17
Tanggal Publikasi 2018-02-20
Penilaian 4.61/5 Total 4059 Penilaian
Pengembang watoolkit
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WAToolkit",
    "short_name": "WAToolkit",
    "version": "2.4",
    "manifest_version": 2,
    "description": "A set of useful and lightweight tools for WhatsApp\u2122 Web client.",
    "icons": {
        "16": "img\/favicon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "script.js",
                "lib\/drop\/drop.js"
            ],
            "css": [
                "style.css",
                "lib\/drop\/css\/drop-theme-basic.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "img\/iconMenuItem24.png",
        "img\/checkboxChecked.png",
        "img\/checkboxUnchecked.png"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/favicon19.png",
            "38": "img\/favicon38.png"
        },
        "default_title": "Open WhatsApp"
    },
    "options_page": "options.html",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/site.watoolkit.com\/wp-content\/uploads\/2021\/11\/icon.jpg",
            "is_default": true,
            "keyword": "watoolkit",
            "name": "Web ",
            "search_url": "https:\/\/site.watoolkit.com\/search?q={searchTerms}",
            "suggest_url": "https:\/\/site.watoolkit.com\/search?q={searchTerms}"
        }
    },
    "permissions": [
        "*:\/\/*.whatsapp.com\/*",
        "tabs",
        "background",
        "notifications",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/track.clickcrystal.com; object-src 'self'"
}