Old Roblox Logo

Replace the new Roblox logo with the old one.

Old Roblox Logo क्या है?

Old Roblox Logo Sego द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the new Roblox logo with the old one."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Old Roblox Logo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}