ROBLOX Audio Downloader
Downloads audios from Roblox!
ما هو ROBLOX Audio Downloader؟
ROBLOX Audio Downloader هو إضافة Chrome تم تطويرها بواسطة https://dax009.ink، والميزة الرئيسية لها هي "Downloads audios from Roblox!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ROBLOX Audio Downloader
قم بتنزيل ملفات الامتداد ROBLOX Audio Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Downloads ROBLOX audio as OGG files by clicking the extension! Just go to a Roblox audio page and press the extension’s icon, or right clicking on the page and pressing "Download this audio"!
Supports Creator Marketplace pages (https://create.roblox.com/marketplace/asset/...) and regular Roblox library pages (https://www.roblox.com/library/...)
This extension is not able to download audios marked as private due to the update made in March 2022 (https://devforum.roblox.com/t/action-needed-upcoming-changes-to-asset-privacy-for-audio/1701697). Audios that are public or audios that you own/have permission to manage are able to be downloaded. Roblox licensed audios might be downloadable, but your mileage may vary.
Disclaimer: This extension is not affiliated with, partnered with or otherwise endorsed by Roblox. معلومات أساسية عن التمديد
| الاسم | |
| ID | beonfijfkkhcdidijfmiohnajkpinled |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/roblox-audio-downloader/beonfijfkkhcdidijfmiohnajkpinled |
| الوصف | Downloads audios from Roblox! |
| حجم الملف | 223 KB |
| عدد التثبيتات | 13,220 |
| النسخة الحالية | 1.91 |
| آخر تحديث | 2023-08-22 |
| تاريخ النشر | 2021-05-19 |
| تقييم | 4.00/5 مجموع تقييمات 49 |
| المطور | https://dax009.ink |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة المساعدة | https://github.com/LegitDax009/robloxaudiodownloaderissues/issues |
| عنوان صفحة سياسة الخصوصية | https://dax009.ink/privacypolicycws |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ROBLOX Audio Downloader",
"description": "Downloads audios from Roblox!",
"version": "1.91",
"version_name": "1.91",
"manifest_version": 3,
"permissions": [
"downloads",
"scripting",
"contextMenus"
],
"action": [],
"host_permissions": [
"*:\/\/*.roblox.com\/*",
"*:\/\/create.roblox.com\/*"
],
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
}
} | |