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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |