RoSanta - Roblox free items autobuyer

Automatically get the most recent free items from Roblox catalog.

¿Qué es RoSanta - Roblox free items autobuyer?

RoSanta - Roblox free items autobuyer es una extensión de Chrome desarrollada por sandrewtx08, y su función principal es "Automatically get the most recent free items from Roblox catalog.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión RoSanta - Roblox free items autobuyer

Descarga archivos de extensión RoSanta - Roblox free items autobuyer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre RoSanta - Roblox free items autobuyer RoSanta - Roblox free items autobuyer
ID jihbdahgiamkbmjdohfaglmojmilhdbd
URL Oficial https://chromewebstore.google.com/detail/rosanta-roblox-free-items/jihbdahgiamkbmjdohfaglmojmilhdbd
Descripción Automatically get the most recent free items from Roblox catalog.
Tamaño del Archivo 546 KB
Cantidad de Instalaciones 1,170
Versión Actual 1.3.0
Última Actualización 2023-11-07
Fecha de Publicación 2023-09-26
Calificación 4.27/5 Total de 11 Calificaciones
Desarrollador sandrewtx08
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/sandrewTx08/rosanta-extension
Idiomas Soportados 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"
    }
}