PatrickTheAudiophile

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

Apa itu PatrickTheAudiophile?

PatrickTheAudiophile adalah ekstensi Chrome yang dikembangkan oleh Gerald G. Gehrke, dan fitur utamanya adalah "Adds a download/save button to vo.codes website.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PatrickTheAudiophile

Unduh file ekstensi PatrickTheAudiophile dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PatrickTheAudiophile PatrickTheAudiophile
ID jipjlldkiogihcbigncbgbbjefokogec
URL Resmi https://chromewebstore.google.com/detail/patricktheaudiophile/jipjlldkiogihcbigncbgbbjefokogec
Deskripsi Adds a download/save button to vo.codes website.
Ukuran File 5.16 KB
Jumlah Instalasi 44
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2021-11-28
Tanggal Publikasi 2021-02-21
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Gerald G. Gehrke
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}