PatrickTheAudiophile
Adds a download/save button to vo.codes website.
Vad är PatrickTheAudiophile?
PatrickTheAudiophile är en Chrome-tillägg utvecklad av Gerald G. Gehrke, och dess huvudfunktion är "Adds a download/save button to vo.codes website.".
Tilläggsskärmbilder
Ladda ner PatrickTheAudiophile-förlängningens CRX-fil
Ladda ner PatrickTheAudiophile-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | jipjlldkiogihcbigncbgbbjefokogec |
| Officiell webbadress | https://chromewebstore.google.com/detail/patricktheaudiophile/jipjlldkiogihcbigncbgbbjefokogec |
| Beskrivning | Adds a download/save button to vo.codes website. |
| Filstorlek | 5.16 KB |
| Antal Installationer | 44 |
| Aktuell Version | 0.0.0.1 |
| Senast Uppdaterad | 2021-11-28 |
| Publiceringsdatum | 2021-02-21 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Gerald G. Gehrke |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |