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ファイルをダウンロード
Better Roblox Badges Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🚀 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 |
Eメール | [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\/*" ] } |