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 |
官方網址 | 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" } } |