Upscale Roblox
Roblox Upscaled!
Wat is Upscale Roblox?
Upscale Roblox is een Chrome-extensie ontwikkeld door RobTosPro, en de belangrijkste functie is "Roblox Upscaled!".
Extensie Screenshots
Download het CRX-bestand van de extensie Upscale Roblox
Download Upscale Roblox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Upscale Roblox |
ID | jokpaggamhnmjikdgkioihohlfppnpmj |
Officiële URL | https://chromewebstore.google.com/detail/upscale-roblox/jokpaggamhnmjikdgkioihohlfppnpmj |
Beschrijving | Roblox Upscaled! |
Bestandsgrootte | 17.64 KB |
Aantal Installaties | 86 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2024-03-04 |
Publicatiedatum | 2023-09-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | RobTosPro |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |