Audio Downloader Prime
Easily download most popular audio formats.
Audio Downloader Primeคืออะไร?
Audio Downloader Prime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Grephy และคุณลักษณะหลักของมันคือ "Easily download most popular audio formats."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audio Downloader Prime
ดาวน์โหลดไฟล์ส่วนขยาย Audio Downloader Prime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Audio Downloader Prime is an extension that helps you quickly download popular audio formats right from your browser's toolbar popup. Note: Audio Downloader Prime is NOT working for the YouTube website or any other YouTube videos embedded in other websites due to Google, YouTube, and Chrome Store policies and restrictions. Note: Audio Downloader Prime is NOT responsible for media content that you download with this addon. We strongly recommend that you verify the related media copyright permissions on each website before downloading any audio file(s). Key features: 1. Toolbar popup, provides an easy interface to download the audio(s) or copy the audio links to the clipboard. 2. Badge icon text shows the number of captured audio within the page. 3. You can add, delete, or disable audio formats from the Options page. 4. There is also an option to specify the minimum size for audio to trigger the download. If you see any bugs, or you have a feature request or other improvements in mind, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/audio-prime.html).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Audio Downloader Prime |
ID | flainkeonkoanoijnkojmiiihnfdhipd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/audio-downloader-prime/flainkeonkoanoijnkojmiiihnfdhipd |
คำอธิบาย | Easily download most popular audio formats. |
ขนาดไฟล์ | 63.6 KB |
จำนวนการติดตั้ง | 216,928 |
เวอร์ชันปัจจุบัน | 0.2.5 |
อัปเดตครั้งล่าสุด | 2022-11-15 |
วันที่เผยแพร่ | 2019-09-21 |
คะแนน | 3.61/5 รวมทั้งหมด 362 คะแนน |
ผู้พัฒนา | Grephy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mybrowseraddon.com/audio-prime.html |
URL หน้าช่วยเหลือ | https://mybrowseraddon.com/audio-prime.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.5", "manifest_version": 3, "host_permissions": [ "*:\/\/*\/*" ], "name": "Audio Downloader Prime", "permissions": [ "storage", "downloads", "webRequest" ], "description": "Easily download most popular audio formats.", "homepage_url": "https:\/\/mybrowseraddon.com\/audio-prime.html", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "action": { "default_popup": "data\/popup\/popup.html", "default_title": "Audio Downloader Prime", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |