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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DevTopia, και η κύρια λειτουργία του είναι "Users can add their own background image and a unique custom color scheme for their Roblox profile.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης RoPlus - Up Your Roblox Theme

Λήψη αρχείων επέκτασης RoPlus - Up Your Roblox Theme σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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