RoSeal - Augmented Roblox Experience
Improve your Roblox website experience. And there's also seals.
RoSeal - Augmented Roblox Experience क्या है?
RoSeal - Augmented Roblox Experience https://roseal.live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve your Roblox website experience. And there's also seals."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RoSeal - Augmented Roblox Experience एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A web extension (with a seal mascot!) to improve your Roblox experience. Enjoy features including: - Discover filtering to filter through experiences on the Discover page - Group drag-and-drop organization customization, folders included - Better badges list with comparing badges between 2 users - Block experiences from appearing on the site - Store, import, and export experience private server links - Accounts manager to switch between accounts - View experience developer products and see possible microtransactions - Mention users/groups in an item description - Refreshed home header to greet you - Chat sorts to sort your conversations with your friends - Remove unnecessary home sorts - Quick actions in cards on your friends page to unfriend/follow/force unfollow faster Please note that some features may need to be toggled manually, including experimental and beta features. See https://www.roseal.live for more information.
एक्सटेंशन की मूल जानकारी
नाम | RoSeal - Augmented Roblox Experience |
ID | hfjngafpndganmdggnapblamgbfjhnof |
आधिकारिक URL | https://chromewebstore.google.com/detail/roseal-augmented-roblox-e/hfjngafpndganmdggnapblamgbfjhnof |
विवरण | Improve your Roblox website experience. And there's also seals. |
फ़ाइल का आकार | 486 KB |
स्थापना संख्या | 106,066 |
वर्तमान संस्करण | 1.3.28 (Mizore) |
अंतिम अपडेट | 2024-02-27 |
प्रकाशन तिथि | 2022-12-25 |
रेटिंग | 4.08/5 कुल 154 रेटिंग्स |
डेवलपर | https://roseal.live |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.roseal.live |
सहायता पृष्ठ URL | https://www.roseal.live/support |
गोपनीयता नीति पृष्ठ URL | https://www.roseal.live/privacy-policy |
समर्थित भाषाएँ | en,fr,es,pt-BR,ru,th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "short_name": "RoSeal", "name": "__MSG_manifest_name__", "description": "__MSG_manifest_description__", "author": "Julli4n", "version": "1.3.28", "version_name": "1.3.28 (Mizore)", "icons": { "64": "img\/icon\/64.png", "128": "img\/icon\/128.png", "256": "img\/icon\/256.png", "512": "img\/icon\/512.png" }, "default_locale": "en", "permissions": [ "storage" ], "optional_permissions": [ "cookies", "webRequest" ], "host_permissions": [ "*:\/\/*.roblox.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.roblox.com\/*", "https:\/\/create.roblox.com\/*", "https:\/\/authorize.roblox.com\/*" ], "js": [ "js\/content.js" ], "all_frames": true, "run_at": "document_start" }, { "matches": [ "https:\/\/www.roblox.com\/*", "https:\/\/create.roblox.com\/*", "https:\/\/authorize.roblox.com\/*" ], "js": [ "js\/dom.js" ], "world": "MAIN", "all_frames": true, "run_at": "document_start" } ], "action": { "default_popup": "popup.html" }, "options_ui": { "page": "popup.html?options" }, "incognito": "split", "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "resources": [ "css\/*", "js\/dom.js", "img\/*" ], "matches": [ "*:\/\/*.roblox.com\/*" ] } ], "minimum_chrome_version": "111" } |