Upscale Roblox

Roblox Upscaled!

Vad är Upscale Roblox?

Upscale Roblox är en Chrome-tillägg utvecklad av RobTosPro, och dess huvudfunktion är "Roblox Upscaled!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Upscale Roblox-förlängningens CRX-fil

Ladda ner Upscale Roblox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Upscale Roblox Upscale Roblox
ID jokpaggamhnmjikdgkioihohlfppnpmj
Officiell webbadress https://chromewebstore.google.com/detail/upscale-roblox/jokpaggamhnmjikdgkioihohlfppnpmj
Beskrivning Roblox Upscaled!
Filstorlek 17.64 KB
Antal Installationer 86
Aktuell Version 1.0.1
Senast Uppdaterad 2024-03-04
Publiceringsdatum 2023-09-18
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare RobTosPro
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}