PatrickTheAudiophile
Adds a download/save button to vo.codes website.
ما هو PatrickTheAudiophile؟
PatrickTheAudiophile هو إضافة Chrome تم تطويرها بواسطة Gerald G. Gehrke، والميزة الرئيسية لها هي "Adds a download/save button to vo.codes website.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PatrickTheAudiophile
قم بتنزيل ملفات الامتداد PatrickTheAudiophile بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان 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 } |