ROBLOX Audio Downloader

Downloads audios from Roblox!

Cos'è ROBLOX Audio Downloader?

ROBLOX Audio Downloader è un'estensione di Chrome sviluppata da https://dax009.ink, e la sua funzione principale è "Downloads audios from Roblox!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ROBLOX Audio Downloader

Scarica i file di estensione ROBLOX Audio Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ROBLOX Audio Downloader ROBLOX Audio Downloader
ID beonfijfkkhcdidijfmiohnajkpinled
URL Ufficiale https://chromewebstore.google.com/detail/roblox-audio-downloader/beonfijfkkhcdidijfmiohnajkpinled
Descrizione Downloads audios from Roblox!
Dimensione del File 223 KB
Conteggio Installazioni 13,220
Versione Corrente 1.91
Ultimo Aggiornamento 2023-08-22
Data di Pubblicazione 2021-05-19
Valutazione 4.00/5 Totale 49 Valutazioni
Sviluppatore https://dax009.ink
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/LegitDax009/robloxaudiodownloaderissues/issues
URL della Pagina della Politica sulla Privacy https://dax009.ink/privacypolicycws
Lingue Supportate 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"
    }
}