Whatsapp Tools

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

Wat is Whatsapp Tools?

Whatsapp Tools is een Chrome-extensie ontwikkeld door masteradin, en de belangrijkste functie is "Useful tools for the most used chatting app in the world. Functionalities for better productivity.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Whatsapp Tools

Download Whatsapp Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Whatsapp Tools Whatsapp Tools
ID akbdcpijgcaccjnjmcedafaojjgodcfe
Officiële URL https://chrome.google.com/webstore/detail/whatsapp-tools/akbdcpijgcaccjnjmcedafaojjgodcfe
Beschrijving Useful tools for the most used chatting app in the world. Functionalities for better productivity.
Bestandsgrootte 16.26 KB
Aantal Installaties 320
Huidige Versie 0.1
Laatst Bijgewerkt 2020-05-13
Publicatiedatum 2020-05-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar masteradin
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://masteradin.com/
Help Pagina-URL http://masteradin.com/
Ondersteunde Talen 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"
            ]
        }
    ]
}