Whatsapp Faster Audio

Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!

Whatsapp Faster Audioとは何ですか?

Whatsapp Faster AudioはDavi Reis Vieiraによって開発されたChromeの拡張機能で、その主な機能は「Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Whatsapp Faster Audio拡張機能のCRXファイルをダウンロード

Whatsapp Faster Audio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tired of listening to long audios on WhatsApp? With our extension you can change playback speed!

HOW TO USE

You can easily change the speed audios using the top left menu. You are done!

Speed Rates:
-0.25x
-0.5x
-0.75x
-1.0x
-1.25x
-1.5x
-1.75x
-2.0x
-2.75x
-2.5x
-3.0x                    

拡張機能の基本情報

名前 Whatsapp Faster Audio Whatsapp Faster Audio
ID eibfcoedepfeinogfhlemjbapchlpdca
公式URL https://chrome.google.com/webstore/detail/whatsapp-faster-audio/eibfcoedepfeinogfhlemjbapchlpdca
説明 Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!
ファイルサイズ 17.96 KB
インストール数 76
現在のバージョン 1.3
最終更新日 2021-03-06
公開日 2020-07-10
評価 4.56/5 合計 9 レビュー
開発者 Davi Reis Vieira
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/DaviReisVieira
対応言語 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.3",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "https:\/\/web.whatsapp.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css",
                "popup.css"
            ]
        }
    ],
    "homepage_url": "http:\/\/davirvs.com.br\/",
    "manifest_version": 2
}