ROBLOX Audio Downloader
Downloads audios from Roblox!
ROBLOX Audio Downloader क्या है?
ROBLOX Audio Downloader https://dax009.ink द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Downloads audios from Roblox!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ROBLOX Audio Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |