Upscale Roblox
Roblox Upscaled!
What is Upscale Roblox?
Upscale Roblox is a Chrome extension developed by RobTosPro, and its main feature is "Roblox Upscaled!".
Extension Screenshots
Download Upscale Roblox Extension CRX File
Download Upscale Roblox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Upscale Roblox |
ID | jokpaggamhnmjikdgkioihohlfppnpmj |
Official URL | https://chromewebstore.google.com/detail/upscale-roblox/jokpaggamhnmjikdgkioihohlfppnpmj |
Description | Roblox Upscaled! |
File Size | 17.64 KB |
Installation Count | 86 |
Current Version | 1.0.1 |
Last Updated | 2024-03-04 |
Publish Date | 2023-09-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | RobTosPro |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |