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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |