PatrickTheAudiophile

Adds a download/save button to vo.codes website.

PatrickTheAudiophileとは何ですか?

PatrickTheAudiophileはGerald G. Gehrkeによって開発されたChromeの拡張機能で、その主な機能は「Adds a download/save button to vo.codes website.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Allows you to directly download audio generated from the A.I. at vo.codes website by adding a "Save" button at the bottom of the page.                    

拡張機能の基本情報

名前 PatrickTheAudiophile PatrickTheAudiophile
ID jipjlldkiogihcbigncbgbbjefokogec
公式URL https://chromewebstore.google.com/detail/patricktheaudiophile/jipjlldkiogihcbigncbgbbjefokogec
説明 Adds a download/save button to vo.codes website.
ファイルサイズ 5.16 KB
インストール数 44
現在のバージョン 0.0.0.1
最終更新日 2021-11-28
公開日 2021-02-21
評価 5.00/5 合計 3 レビュー
開発者 Gerald G. Gehrke
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PatrickTheAudiophile",
    "version": "0.0.0.1",
    "description": "Adds a download\/save button to vo.codes website.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vo.codes\/"
            ],
            "css": [
                "PatrickTheAudiophile.css"
            ],
            "js": [
                "PatrickTheAudiophile.js"
            ]
        }
    ],
    "manifest_version": 2
}