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 |
官方網址 | 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 } |