Old Roblox Logo

Replace the new Roblox logo with the old one.

Old Roblox Logoとは何ですか?

Old Roblox LogoはSegoによって開発されたChromeの拡張機能で、その主な機能は「Replace the new Roblox logo with the old one.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Old Roblox Logo拡張機能のCRXファイルをダウンロード

Old Roblox Logo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Replaces the new Roblox logo on most Roblox websites with the (2018-2022) logo using CSS and JavaScript                    

拡張機能の基本情報

名前 Old Roblox Logo Old Roblox Logo
ID pcfflnmlgphemomedafckbgmeakoflic
公式URL https://chromewebstore.google.com/detail/old-roblox-logo/pcfflnmlgphemomedafckbgmeakoflic
説明 Replace the new Roblox logo with the old one.
ファイルサイズ 71.24 KB
インストール数 1,658
現在のバージョン 1.0.4
最終更新日 2022-09-27
公開日 2022-09-14
評価 4.64/5 合計 14 レビュー
開発者 Sego
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Roblox Logo",
    "version": "1.0.4",
    "description": "Replace the new Roblox logo with the old one.",
    "manifest_version": 3,
    "author": "Sego",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.roblox.com\/*",
                "https:\/\/web.roblox.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/rblx.css"
            ],
            "js": [
                "js\/rblx.js"
            ]
        },
        {
            "matches": [
                "https:\/\/corp.roblox.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/corp.css"
            ],
            "js": [
                "js\/corp.js"
            ]
        },
        {
            "matches": [
                "https:\/\/blog.roblox.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/blog.css"
            ],
            "js": [
                "js\/blog.js"
            ]
        },
        {
            "matches": [
                "https:\/\/corporate.roblox.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/corpo.css"
            ],
            "js": [
                "js\/corpo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/en.help.roblox.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/support.js"
            ]
        },
        {
            "matches": [
                "https:\/\/careers.roblox.com\/*"
            ],
            "js": [
                "js\/careers.js"
            ]
        }
    ],
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    }
}