ROBLOX Audio Downloader

Downloads audios from Roblox!

ROBLOX Audio Downloaderคืออะไร?

ROBLOX Audio Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dax009.ink และคุณลักษณะหลักของมันคือ "Downloads audios from Roblox!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ROBLOX Audio Downloader

ดาวน์โหลดไฟล์ส่วนขยาย ROBLOX Audio Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ROBLOX Audio Downloader ROBLOX Audio Downloader
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
URL หน้าช่วยเหลือ https://github.com/LegitDax009/robloxaudiodownloaderissues/issues
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}