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.
擴展基本資訊
名稱 | PatrickTheAudiophile |
ID | jipjlldkiogihcbigncbgbbjefokogec |
官方網址 | 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 } |