ROBLOX Audio Downloader

Downloads audios from Roblox!

ROBLOX Audio Downloader란 무엇입니까?

ROBLOX Audio Downloader은(는) https://dax009.ink에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downloads audios from Roblox!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ROBLOX Audio Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}