Roblox DevEst
Estimates USD earnings from any given asset on Roblox.
Roblox DevEstคืออะไร?
Roblox DevEst เป็นส่วนขยายของ Chrome ที่พัฒนาโดย noahwillcrow และคุณลักษณะหลักของมันคือ "Estimates USD earnings from any given asset on Roblox."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roblox DevEst
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |