Whatsapp Tools

Useful tools for the most used chatting app in the world. Functionalities for better productivity.

Cos'è Whatsapp Tools?

Whatsapp Tools è un'estensione di Chrome sviluppata da masteradin, e la sua funzione principale è "Useful tools for the most used chatting app in the world. Functionalities for better productivity.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Whatsapp Tools

Scarica i file di estensione Whatsapp Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Make your audios faster with WhatsappTools!
Choose your speed and listen to your audios however you like.

Three different speeds: 2x, 1.5x and 1.25x.

Any feedback is greatly appreciated.                    

Informazioni di Base sull'Estensione

Nome Whatsapp Tools Whatsapp Tools
ID akbdcpijgcaccjnjmcedafaojjgodcfe
URL Ufficiale https://chrome.google.com/webstore/detail/whatsapp-tools/akbdcpijgcaccjnjmcedafaojjgodcfe
Descrizione Useful tools for the most used chatting app in the world. Functionalities for better productivity.
Dimensione del File 16.26 KB
Conteggio Installazioni 320
Versione Corrente 0.1
Ultimo Aggiornamento 2020-05-13
Data di Pubblicazione 2020-05-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore masteradin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://masteradin.com/
URL della Pagina di Aiuto http://masteradin.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsapp Tools",
    "description": "Useful tools for the most used chatting app in the world. Functionalities for better productivity.",
    "version": "0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}