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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |