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
官方網址 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
電子郵箱 [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"
    }
}