Upscale Roblox

Roblox Upscaled!

Cos'è Upscale Roblox?

Upscale Roblox è un'estensione di Chrome sviluppata da RobTosPro, e la sua funzione principale è "Roblox Upscaled!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Upscale Roblox

Scarica i file di estensione Upscale Roblox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Have you ever wanted the games page to feel less blurry and more high quality, well now you can!

This free extension upscales images on the Roblox website to be much more quality, such as:
- Game icons
- Marketplace icons
- Group icons

If you've encountered bugs or have feedback, send me a message on twitter (@RobTosPro) or my contact email below.                    

Informazioni di Base sull'Estensione

Nome Upscale Roblox Upscale Roblox
ID jokpaggamhnmjikdgkioihohlfppnpmj
URL Ufficiale https://chromewebstore.google.com/detail/upscale-roblox/jokpaggamhnmjikdgkioihohlfppnpmj
Descrizione Roblox Upscaled!
Dimensione del File 17.64 KB
Conteggio Installazioni 86
Versione Corrente 1.0.1
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2023-09-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore RobTosPro
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Upscale Roblox",
    "version": "1.0.1",
    "description": "Roblox Upscaled!",
    "host_permissions": [
        "https:\/\/*.roblox.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.roblox.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icon.png",
            "24": "assets\/icon.png",
            "32": "assets\/icon.png",
            "48": "assets\/icon.png",
            "128": "assets\/icon128.png"
        }
    },
    "icons": {
        "128": "assets\/icon128.png"
    },
    "manifest_version": 3
}