Old Roblox Logo
Replace the new Roblox logo with the old one.
Vad är Old Roblox Logo?
Old Roblox Logo är en Chrome-tillägg utvecklad av Sego, och dess huvudfunktion är "Replace the new Roblox logo with the old one.".
Tilläggsskärmbilder
Ladda ner Old Roblox Logo-förlängningens CRX-fil
Ladda ner Old Roblox Logo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Replaces the new Roblox logo on most Roblox websites with the (2018-2022) logo using CSS and JavaScript
Grundläggande Information om Tillägg
Namn | Old Roblox Logo |
ID | pcfflnmlgphemomedafckbgmeakoflic |
Officiell webbadress | https://chromewebstore.google.com/detail/old-roblox-logo/pcfflnmlgphemomedafckbgmeakoflic |
Beskrivning | Replace the new Roblox logo with the old one. |
Filstorlek | 71.24 KB |
Antal Installationer | 1,658 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2022-09-27 |
Publiceringsdatum | 2022-09-14 |
Betyg | 4.64/5 Totalt 14 Betyg |
Utvecklare | Sego |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |