Whatsapp Audio Speed Controller
Increase your produtivity
什麼是Whatsapp Audio Speed Controller?
Whatsapp Audio Speed Controller是由oliv.marq.marcello開發的Chrome擴展程式,該擴展的主要功能是“Increase your produtivity”。
擴展截圖
下載Whatsapp Audio Speed Controller擴展crx文件
下載Whatsapp Audio Speed Controller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Are you tired of big audios, but you don't want to ignore your friend? Download this extension, click on header (tumblr and controller section) , use 'd' and 's' to update or just use the UI controller
擴展基本資訊
名稱 | |
ID | ecohadaklhhfmddonkgodinefibplnfi |
官方網址 | https://chrome.google.com/webstore/detail/whatsapp-audio-speed-cont/ecohadaklhhfmddonkgodinefibplnfi |
簡介 | Increase your produtivity |
檔案大小 | 7.42 KB |
安裝次數 | 20 |
目前版本 | 0.2 |
更新時間 | 2020-07-14 |
上架時間 | 2020-07-14 |
評分 | 5.00/5 共 1 次評分 |
開發者 | oliv.marq.marcello |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/marcello-oliveira/whatsapp-audio-speed-controller |
說明頁面URL | https://github.com/marcello-oliveira/whatsapp-audio-speed-controller |
支援的語言 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Whatsapp Audio Speed Controller", "version": "0.2", "description": "Increase your produtivity", "icons": { "128": "128.png", "16": "icon16.png" }, "author": "Marcello Marques de Oliveira", "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "css": [ "style.css" ], "js": [ "index.js" ] } ] } |