RoSanta - Roblox free items autobuyer
Automatically get the most recent free items from Roblox catalog.
RoSanta - Roblox free items autobuyerคืออะไร?
RoSanta - Roblox free items autobuyer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sandrewtx08 และคุณลักษณะหลักของมันคือ "Automatically get the most recent free items from Roblox catalog."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RoSanta - Roblox free items autobuyer
ดาวน์โหลดไฟล์ส่วนขยาย RoSanta - Roblox free items autobuyer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
RoSanta automatically get free items from the Roblox website and provides catalog automations related. Features: * Autobuyer: - Get the newest free items from catalog such as bundles, heads from community and Roblox creators - Track, compare, notify and display the newest free items from Roblox catalog then purchase them before they change its value * UGC in-game notifier: - Notify when a limited UGC item is added on catalog if obtain it from in-game experiences Why: On the recent update on Roblox, now creators can publish free bundles and heads, causing a large amount of free items published on the day, some of them after minutes turning into paid items.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RoSanta - Roblox free items autobuyer |
ID | jihbdahgiamkbmjdohfaglmojmilhdbd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rosanta-roblox-free-items/jihbdahgiamkbmjdohfaglmojmilhdbd |
คำอธิบาย | Automatically get the most recent free items from Roblox catalog. |
ขนาดไฟล์ | 546 KB |
จำนวนการติดตั้ง | 1,170 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2023-11-07 |
วันที่เผยแพร่ | 2023-09-26 |
คะแนน | 4.27/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | sandrewtx08 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sandrewTx08/rosanta-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RoSanta - Roblox free items autobuyer", "description": "Automatically get the most recent free items from Roblox catalog.", "version": "1.3.0", "author": "[email protected]", "homepage_url": "https:\/\/github.com\/sandrewTx08\/rosanta-extension", "icons": { "128": "icon.png" }, "manifest_version": 3, "action": { "default_title": "RoSanta - Roblox autobuyer", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "notifications", "alarms" ], "host_permissions": [ "*:\/\/*.roblox.com\/*" ], "background": { "type": "module", "service_worker": "background.js" } } |