Roblox DevEst
Estimates USD earnings from any given asset on Roblox.
Roblox DevEstとは何ですか?
Roblox DevEstはnoahwillcrowによって開発されたChromeの拡張機能で、その主な機能は「Estimates USD earnings from any given asset on Roblox.」です。
拡張機能のスクリーンショット
Roblox DevEst拡張機能のCRXファイルをダウンロード
Roblox DevEst拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension automatically shows an estimate of USD earned by any given purchasable asset on Roblox. If you've ever wondered how much the top developers on Roblox are making, this extension will help you to figure that out! Source code is available on GitHub!
拡張機能の基本情報
名前 | Roblox DevEst |
ID | mjoelkhmpnpbpdblgocjimjabjjdfmpo |
公式URL | https://chromewebstore.google.com/detail/roblox-devest/mjoelkhmpnpbpdblgocjimjabjjdfmpo |
説明 | Estimates USD earnings from any given asset on Roblox. |
ファイルサイズ | 39.54 KB |
インストール数 | 8,882 |
現在のバージョン | 1.3.1 |
最終更新日 | 2017-07-22 |
公開日 | 2017-07-22 |
評価 | 3.02/5 合計 53 レビュー |
開発者 | noahwillcrow |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/noahwillcrow/DevEst |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Roblox DevEst", "short_name": "DevEst", "version": "1.3.1", "description": "Estimates USD earnings from any given asset on Roblox.", "icons": { "32": "icon.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*.roblox.com\/", "https:\/\/*.roblox.com\/" ], "browser_action": { "default_title": "", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.roblox.com\/*" ], "js": [ "jquery-3.2.1.min.js", "devest.js" ] } ] } |