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."입니다.
확장 프로그램 스크린샷
Old Roblox Logo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replaces the new Roblox logo on most Roblox websites with the (2018-2022) logo using CSS and JavaScript
확장 프로그램 기본 정보
이름 | 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" } } |