Upscale Roblox
Roblox Upscaled!
什么是Upscale Roblox?
Upscale Roblox是由RobTosPro开发的Chrome扩展程序,该扩展的主要功能是“Roblox Upscaled!”。
扩展截图
下载Upscale Roblox扩展crx文件
下载Upscale Roblox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Upscale Roblox |
ID | jokpaggamhnmjikdgkioihohlfppnpmj |
官方URL | https://chromewebstore.google.com/detail/upscale-roblox/jokpaggamhnmjikdgkioihohlfppnpmj |
简介 | Roblox Upscaled! |
文件大小 | 17.64 KB |
安装次数 | 86 |
当前版本 | 1.0.1 |
更新时间 | 2024-03-04 |
上架时间 | 2023-09-18 |
评分 | 5.00/5 共2次评分 |
开发者 | RobTosPro |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |