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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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
} | |