ROBLOX Audio Downloader
Downloads audios from Roblox!
什么是ROBLOX Audio Downloader?
ROBLOX Audio Downloader是由https://dax009.ink开发的Chrome扩展程序,该扩展的主要功能是“Downloads audios from Roblox!”。
扩展截图
下载ROBLOX Audio Downloader扩展crx文件
下载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 |
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" } } |