ROBLOX Audio Downloader

Downloads audios from Roblox!

What is ROBLOX Audio Downloader?

ROBLOX Audio Downloader is a Chrome extension developed by https://dax009.ink, and its main feature is "Downloads audios from Roblox!".

Extension Screenshots

screenshot
screenshot

Download ROBLOX Audio Downloader Extension CRX File

Download ROBLOX Audio Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ROBLOX Audio Downloader ROBLOX Audio Downloader
ID beonfijfkkhcdidijfmiohnajkpinled
Official URL https://chromewebstore.google.com/detail/roblox-audio-downloader/beonfijfkkhcdidijfmiohnajkpinled
Description Downloads audios from Roblox!
File Size 223 KB
Installation Count 13,220
Current Version 1.91
Last Updated 2023-08-22
Publish Date 2021-05-19
Rating 4.00/5 Total 49 Ratings
Developer https://dax009.ink
Email [email protected]
Payment Type free
Help Page URL https://github.com/LegitDax009/robloxaudiodownloaderissues/issues
Privacy Policy Page URL https://dax009.ink/privacypolicycws
Supported Languages 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"
    }
}