Better ROBLOX Logo

This extension gets back the old ROBLOX logo.

Apa itu Better ROBLOX Logo?

Better ROBLOX Logo adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension gets back the old ROBLOX logo.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Better ROBLOX Logo

Unduh file ekstensi Better ROBLOX Logo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Pretty much just brings back the old logo on the ROBLOX website.                    

Informasi Dasar Ekstensi

Nama Better ROBLOX Logo Better ROBLOX Logo
ID ncbicbgeegipcfhebdekkdlekodpmone
URL Resmi https://chromewebstore.google.com/detail/better-roblox-logo/ncbicbgeegipcfhebdekkdlekodpmone
Deskripsi This extension gets back the old ROBLOX logo.
Ukuran File 138 KB
Jumlah Instalasi 15,318
Versi Saat Ini 2.0
Terakhir Diperbarui 2022-02-22
Tanggal Publikasi 2017-02-12
Penilaian 4.28/5 Total 152 Penilaian
Pengembang Unknown
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better ROBLOX Logo",
    "description": "This extension gets back the old ROBLOX logo.",
    "version": "2.0",
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*.png"
            ],
            "matches": [
                "https:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "https:\/\/*.roblox.com\/*"
            ]
        }
    ]
}