Whatsapp Tools

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

What is Whatsapp Tools?

Whatsapp Tools is a Chrome extension developed by masteradin, and its main feature is "Useful tools for the most used chatting app in the world. Functionalities for better productivity.".

Extension Screenshots

screenshot

Download Whatsapp Tools Extension CRX File

Download Whatsapp Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Whatsapp Tools Whatsapp Tools
ID akbdcpijgcaccjnjmcedafaojjgodcfe
Official URL https://chrome.google.com/webstore/detail/whatsapp-tools/akbdcpijgcaccjnjmcedafaojjgodcfe
Description Useful tools for the most used chatting app in the world. Functionalities for better productivity.
File Size 16.26 KB
Installation Count 320
Current Version 0.1
Last Updated 2020-05-13
Publish Date 2020-05-13
Rating 5.00/5 Total 1 Ratings
Developer masteradin
Email [email protected]
Payment Type free
Extension Website http://masteradin.com/
Help Page URL http://masteradin.com/
Supported Languages 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"
            ]
        }
    ]
}