WAToolkit

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

O que é WAToolkit?

WAToolkit é uma extensão do Chrome desenvolvida por watoolkit, e sua principal característica é "A set of useful and lightweight tools for WhatsApp™ Web client.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WAToolkit

Baixe arquivos de extensão WAToolkit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ★★★★★ 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.                    

Informações Básicas da Extensão

Nome WAToolkit WAToolkit
ID fedimamkpgiemhacbdhkkaihgofncola
URL Oficial https://chromewebstore.google.com/detail/watoolkit/fedimamkpgiemhacbdhkkaihgofncola
Descrição A set of useful and lightweight tools for WhatsApp™ Web client.
Tamanho do Arquivo 36.78 KB
Contagem de Instalações 50,046
Versão Atual 2.4
Última Atualização 2021-12-17
Data de Publicação 2018-02-20
Classificação 4.61/5 Total de 4059 Avaliações
Desenvolvedor watoolkit
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}