ROBLOX Audio Downloader

Downloads audios from Roblox!

Wat is ROBLOX Audio Downloader?

ROBLOX Audio Downloader is een Chrome-extensie ontwikkeld door https://dax009.ink, en de belangrijkste functie is "Downloads audios from Roblox!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ROBLOX Audio Downloader

Download ROBLOX Audio Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ROBLOX Audio Downloader ROBLOX Audio Downloader
ID beonfijfkkhcdidijfmiohnajkpinled
Officiële URL https://chromewebstore.google.com/detail/roblox-audio-downloader/beonfijfkkhcdidijfmiohnajkpinled
Beschrijving Downloads audios from Roblox!
Bestandsgrootte 223 KB
Aantal Installaties 13,220
Huidige Versie 1.91
Laatst Bijgewerkt 2023-08-22
Publicatiedatum 2021-05-19
Beoordeling 4.00/5 Totaal 49 Beoordelingen
Ontwikkelaar https://dax009.ink
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/LegitDax009/robloxaudiodownloaderissues/issues
URL van de Privacybeleid Pagina https://dax009.ink/privacypolicycws
Ondersteunde Talen 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"
    }
}