Whatsapp Tools
Useful tools for the most used chatting app in the world. Functionalities for better productivity.
什麼是Whatsapp Tools?
Whatsapp Tools是由masteradin開發的Chrome擴展程式,該擴展的主要功能是“Useful tools for the most used chatting app in the world. Functionalities for better productivity.”。
擴展截圖
下載Whatsapp Tools擴展crx文件
下載Whatsapp Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | akbdcpijgcaccjnjmcedafaojjgodcfe |
官方網址 | https://chrome.google.com/webstore/detail/whatsapp-tools/akbdcpijgcaccjnjmcedafaojjgodcfe |
簡介 | Useful tools for the most used chatting app in the world. Functionalities for better productivity. |
檔案大小 | 16.26 KB |
安裝次數 | 320 |
目前版本 | 0.1 |
更新時間 | 2020-05-13 |
上架時間 | 2020-05-13 |
評分 | 5.00/5 共 1 次評分 |
開發者 | masteradin |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://masteradin.com/ |
說明頁面URL | http://masteradin.com/ |
支援的語言 | 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" ] } ] } |