RoPlus - Up Your Roblox Theme
Users can add their own background image and a unique custom color scheme for their Roblox profile.
RoPlus - Up Your Roblox Theme क्या है?
RoPlus - Up Your Roblox Theme DevTopia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Users can add their own background image and a unique custom color scheme for their Roblox profile."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RoPlus - Up Your Roblox Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Users can add their own background image and a unique custom color scheme for their Roblox profile. [Latest Updates v.1.5.4] - Added video wallpaper support. Upload video wallpaper. - Fixed alert box bug - Fixed minor UI bugs - Improve UI design minor [Latest Updates v.1.5.3] - Fixed bug where the colors would only change for one page - Fixed minor UI bugs - Improve UI design minor [Latest Updates v.1.4.2] - [New Feature] Customize background colors and text colors - Fixed minor bugs that slowed the previous version [Latest Updates v.1.3.1] - [New Feature] Users can now customize their background image. The background image will also be saved until overwritten. - FIXED!!! Substituted the "Image URL upload" with a "File Upload" system. You can now upload downloaded images. - [Bugs] Fixed minor bugs and image upload issue. ------------------------------------------------------------------- ** Stay up to date or Request Future Features ** ------------------------------------------------------------------- Join the Discord: https://discord.gg/5EW65hH6UF Twitter: https://twitter.com/DevTopia_ RoPlus is a third party Chrome browser extension, we are not affiliated with Roblox.
एक्सटेंशन की मूल जानकारी
नाम | RoPlus - Up Your Roblox Theme |
ID | gdagbfinacglcidekklbmfecndkmicna |
आधिकारिक URL | https://chromewebstore.google.com/detail/roplus-up-your-roblox-the/gdagbfinacglcidekklbmfecndkmicna |
विवरण | Users can add their own background image and a unique custom color scheme for their Roblox profile. |
फ़ाइल का आकार | 56.65 MB |
स्थापना संख्या | 3,007 |
वर्तमान संस्करण | 1.5.4 |
अंतिम अपडेट | 2022-11-15 |
प्रकाशन तिथि | 2022-03-23 |
रेटिंग | 3.42/5 कुल 24 रेटिंग्स |
डेवलपर | DevTopia |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.termsfeed.com/live/b67ff90e-f88e-40c7-bef2-716e83a08612 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RoPlus - Up Your Roblox Theme", "description": "Users can add their own background image and a unique custom color scheme for their Roblox profile.", "version": "1.5.4", "icons": { "128": "\/assets\/icon_128.png" }, "permissions": [ "storage", "unlimitedStorage" ], "background": { "service_worker": "\/js\/background.js" }, "content_scripts": [ { "css": [ "\/styles\/style.css", "\/styles\/style.scss" ], "js": [ "\/js\/content_script.js", "\/js\/content.js" ], "matches": [ "https:\/\/www.roblox.com\/*" ] } ], "action": { "default_icon": "\/assets\/icon_128.png", "default_title": "RoPlus" } } |