Better Roblox Badges Extension
Improves Roblox Badges.
Better Roblox Badges Extension란 무엇입니까?
Better Roblox Badges Extension은(는) https://jmk.gg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves Roblox Badges."입니다.
확장 프로그램 스크린샷
Better Roblox Badges Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚀 Better Roblox Badges Extension adds multiple new Roblox Badges to the roblox.com website. To use, just visit a user's profile and they will have new badges! Additional badges: - UGC Creator - Accelerator - Star Creator - 10K, 100K, 1M, 5M, 10M Visits - 1, 2, 3, 4, 5, 10 Year Veteran GitHub: https://github.com/jmkd3v/Better-Roblox-Badges-Extension
확장 프로그램 기본 정보
이름 | Better Roblox Badges Extension |
ID | hipmiiggbfeojoehjibeedjpfpjiogel |
공식 URL | https://chromewebstore.google.com/detail/better-roblox-badges-exte/hipmiiggbfeojoehjibeedjpfpjiogel |
설명 | Improves Roblox Badges. |
파일 크기 | 4.55 KB |
설치 횟수 | 10,152 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-12-17 |
출시 날짜 | 2021-07-25 |
평점 | 4.27/5 총 45 개의 평점 |
개발자 | https://jmk.gg |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://twitter.com/jmkdev |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Roblox Badges Extension", "version": "1.0.1", "manifest_version": 3, "description": "Improves Roblox Badges.", "homepage_url": "http:\/\/jmk.gg", "content_scripts": [ { "js": [ "inject.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/*.roblox.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "script.js", "style.css" ], "matches": [ "*:\/\/*.roblox.com\/*" ] } ], "host_permissions": [ "*:\/\/*.roblox.com\/*" ] } |