RoIncome

View your expected Roblox income in the Transactions page.

RoIncome란 무엇입니까?

RoIncome은(는) Blu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View your expected Roblox income in the Transactions page."입니다.

확장 프로그램 스크린샷

screenshot

RoIncome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}