Whatsapp Tools
Useful tools for the most used chatting app in the world. Functionalities for better productivity.
Co to jest Whatsapp Tools?
Whatsapp Tools to rozszerzenie Chrome opracowane przez masteradin, a jego główną funkcją jest „Useful tools for the most used chatting app in the world. Functionalities for better productivity.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Whatsapp Tools
Pobierz pliki rozszerzeń Whatsapp Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | akbdcpijgcaccjnjmcedafaojjgodcfe |
Oficjalny URL | https://chrome.google.com/webstore/detail/whatsapp-tools/akbdcpijgcaccjnjmcedafaojjgodcfe |
Opis | Useful tools for the most used chatting app in the world. Functionalities for better productivity. |
Rozmiar pliku | 16.26 KB |
Liczba instalacji | 320 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2020-05-13 |
Data Publikacji | 2020-05-13 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | masteradin |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://masteradin.com/ |
Adres URL Strony Pomocy | http://masteradin.com/ |
Obsługiwane Języki | 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" ] } ] } |