BetterBlox - Roblox Improved
Adds a variety of useful features to improve Roblox
BetterBlox - Roblox Improved क्या है?
BetterBlox - Roblox Improved Bloxtensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a variety of useful features to improve Roblox"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BetterBlox - Roblox Improved एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Currently, this extension adds a total of 8 features to the Roblox website, including: - Appear Offline - All Time transactions - Profile Vanity URLs (https://roblox.com/users/usernamehere) - Infinite previous game history - Improved Develop page - Ability to hide VIP/Private servers - Ability to view locked groups - Ability to view Private Inventories To get to the settings menu, simply click on the top right gear and select "BetterBlox". If you don't see it, try clicking again. All features are free. You can support development by writing a good review. Questions, bugs, or feature requests? https://forms.gle/u9eD8rEJjcWNbk94A or [email protected]
एक्सटेंशन की मूल जानकारी
नाम | |
ID | opajlejddbndoaaibjalhoonollcmnga |
आधिकारिक URL | https://chrome.google.com/webstore/detail/betterblox-roblox-improve/opajlejddbndoaaibjalhoonollcmnga |
विवरण | Adds a variety of useful features to improve Roblox |
फ़ाइल का आकार | 161 KB |
स्थापना संख्या | 1,283 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2023-09-24 |
प्रकाशन तिथि | 2022-08-01 |
रेटिंग | 3.77/5 कुल 13 रेटिंग्स |
डेवलपर | Bloxtensions |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://github.com/Bloxtensions/Privacy-Policy/blob/main/Privacy-Policy.md |
समर्थित भाषाएँ | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BetterBlox - Roblox Improved", "description": "Adds a variety of useful features to improve Roblox", "default_locale": "en", "author": "cupiditys", "version": "1.2.0", "action": { "default_title": "BetterBlox" }, "icons": { "256": "icons\/logo\/256\/icon.png", "128": "icons\/logo\/128\/icon.png" }, "background": { "service_worker": "js\/main.js" }, "web_accessible_resources": [ { "resources": [ "css\/*", "js\/*" ], "matches": [ "*:\/\/*.roblox.com\/*" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "rules", "enabled": true, "path": "rules.json" } ] }, "host_permissions": [ "*:\/\/*.roblox.com\/*" ], "permissions": [ "storage", "declarativeNetRequest" ], "content_scripts": [ { "js": [ "js\/jquery.js", "js\/main.js", "js\/pages.js", "js\/pages\/avatar.js", "js\/pages\/develop.js", "js\/pages\/discover.js", "js\/pages\/games.js", "js\/pages\/home.js", "js\/pages\/profile.js", "js\/pages\/inventory.js", "js\/pages\/settings.js", "js\/pages\/transactions.js", "js\/pages\/universal.js", "js\/util.js", "js\/pages\/vanity.js", "js\/pages\/groups.js" ], "run_at": "document_start", "all_frames": true, "matches": [ "*:\/\/*.roblox.com\/*" ] } ] } |