RoSanta - Roblox free items autobuyer

Automatically get the most recent free items from Roblox catalog.

O que é RoSanta - Roblox free items autobuyer?

RoSanta - Roblox free items autobuyer é uma extensão do Chrome desenvolvida por sandrewtx08, e sua principal característica é "Automatically get the most recent free items from Roblox catalog.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão RoSanta - Roblox free items autobuyer

Baixe arquivos de extensão RoSanta - Roblox free items autobuyer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome RoSanta - Roblox free items autobuyer RoSanta - Roblox free items autobuyer
ID jihbdahgiamkbmjdohfaglmojmilhdbd
URL Oficial https://chromewebstore.google.com/detail/rosanta-roblox-free-items/jihbdahgiamkbmjdohfaglmojmilhdbd
Descrição Automatically get the most recent free items from Roblox catalog.
Tamanho do Arquivo 546 KB
Contagem de Instalações 1,170
Versão Atual 1.3.0
Última Atualização 2023-11-07
Data de Publicação 2023-09-26
Classificação 4.27/5 Total de 11 Avaliações
Desenvolvedor sandrewtx08
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/sandrewTx08/rosanta-extension
Idiomas Suportados 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"
    }
}