Whatsapp Tools
Useful tools for the most used chatting app in the world. Functionalities for better productivity.
Apa itu Whatsapp Tools?
Whatsapp Tools adalah ekstensi Chrome yang dikembangkan oleh masteradin, dan fitur utamanya adalah "Useful tools for the most used chatting app in the world. Functionalities for better productivity.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Whatsapp Tools
Unduh file ekstensi Whatsapp Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | akbdcpijgcaccjnjmcedafaojjgodcfe |
URL Resmi | https://chrome.google.com/webstore/detail/whatsapp-tools/akbdcpijgcaccjnjmcedafaojjgodcfe |
Deskripsi | Useful tools for the most used chatting app in the world. Functionalities for better productivity. |
Ukuran File | 16.26 KB |
Jumlah Instalasi | 320 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2020-05-13 |
Tanggal Publikasi | 2020-05-13 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | masteradin |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://masteradin.com/ |
URL Halaman Bantuan | http://masteradin.com/ |
Bahasa yang Didukung | 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" ] } ] } |