RoSaver

Save your robux from purchasing items!

RoSaverคืออะไร?

RoSaver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fern.wtf และคุณลักษณะหลักของมันคือ "Save your robux from purchasing items!"

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

screenshot
screenshot
screenshot

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

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

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

                        Save 40% of robux from purchasing items on Roblox!
YouTube Tutorial : https://www.youtube.com/watch?v=HIwGqKlHfLc

IT DOES NOT WORK ON LIMITED

Instructions:
1. Create a group (you can use a old group if you already had one)
2. Go to this [Game](https://www.roblox.com/games/12166926114/RoSaver-Default-Place) and click *Edit in studio* and click *Settings* and make sure to publish to your **Own Group**, the 40% method will not work if you forgot to do this. AND make sure you enable **allow third party sales**
3. Click on extensions icon
4. Enter the placeid in textbox and click save
5. Go to any item purchasing page (if it showing 💰 emoji after the price that mean it will work on this item)
6. Buy it! (after showing the buy page, click the green button)
7. You will get 40% back to your group
8. Wait for 3-7 days to let the robux get into group funds
9. Withdraw to your main account
10. Profit ✋!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RoSaver RoSaver
ID ohipjedcccbnmbmnadcgpakeebpcdpgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rosaver/ohipjedcccbnmbmnadcgpakeebpcdpgb
คำอธิบาย Save your robux from purchasing items!
ขนาดไฟล์ 71.08 KB
จำนวนการติดตั้ง 14,461
เวอร์ชันปัจจุบัน 0.175
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2023-01-17
คะแนน 4.31/5 รวมทั้งหมด 174 คะแนน
ผู้พัฒนา https://fern.wtf
อีเมล 915642604cc@gmail.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Kelvinouo/RoSaver
URL หน้าช่วยเหลือ https://github.com/Kelvinouo/RoSaver/issues
URL หน้านโยบายความเป็นส่วนตัว https://fern.wtf/tos
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RoSaver",
    "action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "version": "0.175",
    "description": "Save your robux from purchasing items!",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "scripting",
        "storage",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.roblox.com\/game-pass\/",
        "https:\/\/*.roblox.com\/catalog\/",
        "https:\/\/*.roblox.com\/",
        "https:\/\/roblox.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "css\/*.css",
                "js\/*.js",
                "load.js",
                "background.js",
                "popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}