Upscale Roblox

Roblox Upscaled!

Upscale Robloxとは何ですか?

Upscale RobloxはRobTosProによって開発されたChromeの拡張機能で、その主な機能は「Roblox Upscaled!」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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
}