PatrickTheAudiophile

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

What is PatrickTheAudiophile?

PatrickTheAudiophile is a Chrome extension developed by Gerald G. Gehrke, and its main feature is "Adds a download/save button to vo.codes website.".

Extension Screenshots

screenshot

Download PatrickTheAudiophile Extension CRX File

Download PatrickTheAudiophile extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PatrickTheAudiophile PatrickTheAudiophile
ID jipjlldkiogihcbigncbgbbjefokogec
Official URL https://chromewebstore.google.com/detail/patricktheaudiophile/jipjlldkiogihcbigncbgbbjefokogec
Description Adds a download/save button to vo.codes website.
File Size 5.16 KB
Installation Count 44
Current Version 0.0.0.1
Last Updated 2021-11-28
Publish Date 2021-02-21
Rating 5.00/5 Total 3 Ratings
Developer Gerald G. Gehrke
Email [email protected]
Payment Type free
Supported Languages 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
}