RoIncome

View your expected Roblox income in the Transactions page.

RoIncomeคืออะไร?

RoIncome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blu และคุณลักษณะหลักของมันคือ "View your expected Roblox income in the Transactions page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RoIncome

ดาวน์โหลดไฟล์ส่วนขยาย RoIncome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}