ROBLOX Audio Downloader
Downloads audios from Roblox!
ROBLOX Audio Downloader là gì?
ROBLOX Audio Downloader là một tiện ích mở rộng Chrome được phát triển bởi https://dax009.ink, và tính năng chính của nó là "Downloads audios from Roblox!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ROBLOX Audio Downloader
Tải xuống các tệp mở rộng ROBLOX Audio Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ROBLOX Audio Downloader |
ID | beonfijfkkhcdidijfmiohnajkpinled |
URL Chính Thức | https://chromewebstore.google.com/detail/roblox-audio-downloader/beonfijfkkhcdidijfmiohnajkpinled |
Mô tả | Downloads audios from Roblox! |
Kích Thước Tệp | 223 KB |
Số Lần Cài Đặt | 13,220 |
Phiên Bản Hiện Tại | 1.91 |
Cập Nhật Lần Cuối | 2023-08-22 |
Ngày Phát Hành | 2021-05-19 |
Đánh Giá | 4.00/5 Tổng số 49 Đánh Giá |
Nhà Phát Triển | https://dax009.ink |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/LegitDax009/robloxaudiodownloaderissues/issues |
URL Trang Chính Sách Bảo Mật | https://dax009.ink/privacypolicycws |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |