Whatsapp Tools
Useful tools for the most used chatting app in the world. Functionalities for better productivity.
Hvad er Whatsapp Tools?
Whatsapp Tools er en Chrome-udvidelse udviklet af masteradin, og dens hovedfunktion er "Useful tools for the most used chatting app in the world. Functionalities for better productivity.".
Udvidelsesskærmbilleder
Download Whatsapp Tools-udvidelses-CRX-fil
Download Whatsapp Tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | akbdcpijgcaccjnjmcedafaojjgodcfe |
Officiel URL | https://chrome.google.com/webstore/detail/whatsapp-tools/akbdcpijgcaccjnjmcedafaojjgodcfe |
Beskrivelse | Useful tools for the most used chatting app in the world. Functionalities for better productivity. |
Filstørrelse | 16.26 KB |
Antal Installationer | 320 |
Nuværende Version | 0.1 |
Senest Opdateret | 2020-05-13 |
Udgivelsesdato | 2020-05-13 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | masteradin |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://masteradin.com/ |
Hjælpeside-URL | http://masteradin.com/ |
Understøttede Sprog | 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" ] } ] } |