Whatsapp Audio Speed Controller

Increase your produtivity

Whatsapp Audio Speed Controllerとは何ですか?

Whatsapp Audio Speed Controllerはoliv.marq.marcelloによって開発されたChromeの拡張機能で、その主な機能は「Increase your produtivity」です。

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

screenshot
screenshot

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                    

拡張機能の基本情報

名前 Whatsapp Audio Speed Controller Whatsapp Audio Speed Controller
ID ecohadaklhhfmddonkgodinefibplnfi
公式URL 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
Eメール [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"
            ]
        }
    ]
}