ROBLOX Audio Downloader
Downloads audios from Roblox!
Qu'est-ce que ROBLOX Audio Downloader ?
ROBLOX Audio Downloader est une extension Chrome développée par https://dax009.ink, et sa fonction principale est "Downloads audios from Roblox!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ROBLOX Audio Downloader
Téléchargez les fichiers d'extension ROBLOX Audio Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ROBLOX Audio Downloader |
ID | beonfijfkkhcdidijfmiohnajkpinled |
URL Officiel | https://chromewebstore.google.com/detail/roblox-audio-downloader/beonfijfkkhcdidijfmiohnajkpinled |
Description | Downloads audios from Roblox! |
Taille du Fichier | 223 KB |
Nombre d'Installations | 13,220 |
Version Actuelle | 1.91 |
Dernière Mise à Jour | 2023-08-22 |
Date de Publication | 2021-05-19 |
Évaluation | 4.00/5 Total 49 Évaluations |
Développeur | https://dax009.ink |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/LegitDax009/robloxaudiodownloaderissues/issues |
URL de la Page de Politique de Confidentialité | https://dax009.ink/privacypolicycws |
Langues Prises en Charge | 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" } } |