WhatsApp Web Fast Audios

Speed up your WhatsApp Audios

什麼是WhatsApp Web Fast Audios?

WhatsApp Web Fast Audios是由http://divino.dev開發的Chrome擴展程式,該擴展的主要功能是“Speed up your WhatsApp Audios”。

擴展截圖

screenshot
screenshot

下載WhatsApp Web Fast Audios擴展crx文件

下載WhatsApp Web Fast Audios擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Control the speed of WhatsApp audios                    

擴展基本資訊

名稱 WhatsApp Web Fast Audios WhatsApp Web Fast Audios
ID ohhaichcafnnnifdkobkkodpepdppmmb
官方網址 https://chrome.google.com/webstore/detail/whatsapp-web-fast-audios/ohhaichcafnnnifdkobkkodpepdppmmb
簡介 Speed up your WhatsApp Audios
檔案大小 60.57 KB
安裝次數 60
目前版本 1.0
更新時間 2020-06-03
上架時間 2020-06-02
評分 3.00/5 共 2 次評分
開發者 http://divino.dev
付費類型 free
擴展官網 https://github.com/LucasDivino
說明頁面URL https://github.com/LucasDivino
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Web Fast Audios",
    "short_name": "Fast Wpp Web",
    "version": "1.0",
    "description": "Speed up your WhatsApp Audios",
    "icons": {
        "128": "icon-fast-wpp.png"
    },
    "browser_action": {
        "default_icon": "fast-wpp.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "index.less"
            ]
        }
    ],
    "manifest_version": 2
}