RoIncome
View your expected Roblox income in the Transactions page.
ما هو RoIncome؟
RoIncome هو إضافة Chrome تم تطويرها بواسطة Blu، والميزة الرئيسية لها هي "View your expected Roblox income in the Transactions page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RoIncome
قم بتنزيل ملفات الامتداد RoIncome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This plugin estimates how many Robux you'll make by the 1st of the next month based on how much you've made since your last DevEx request. You'll find this estimation at the top of the "My Transactions" page. Please note that this plugin was originally intended for personal use.
معلومات أساسية عن التمديد
الاسم | RoIncome |
ID | fpgngbbglfdkbdcfhokipcecpgcnkejd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/roincome/fpgngbbglfdkbdcfhokipcecpgcnkejd |
الوصف | View your expected Roblox income in the Transactions page. |
حجم الملف | 15.06 KB |
عدد التثبيتات | 9,273 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2023-05-22 |
تاريخ النشر | 2021-09-15 |
تقييم | 2.78/5 مجموع تقييمات 9 |
المطور | Blu |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RoIncome", "version": "1.1.1", "description": "View your expected Roblox income in the Transactions page.", "content_scripts": [ { "js": [ "inject.js" ], "matches": [ "*:\/\/*.roblox.com\/transactions" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |