VOID Group Extension for Roblox

VOID roblox group extension to let members know when events occur

Cos'è VOID Group Extension for Roblox?

VOID Group Extension for Roblox è un'estensione di Chrome sviluppata da fufyf, e la sua funzione principale è "VOID roblox group extension to let members know when events occur".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VOID Group Extension for Roblox

Scarica i file di estensione VOID Group Extension for Roblox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        An extension to let VOID members know when events occur through a chrome notification that directly links to the shout or the url included in the shout. 

This will help awareness of members when they are on 'do-not-disturb' or do not have discord open. More features will be coming so stay tuned.                    

Informazioni di Base sull'Estensione

Nome VOID Group Extension for Roblox VOID Group Extension for Roblox
ID hhiegjpcamkjghjabgimmfnahjmnhpej
URL Ufficiale https://chromewebstore.google.com/detail/void-group-extension-for/hhiegjpcamkjghjabgimmfnahjmnhpej
Descrizione VOID roblox group extension to let members know when events occur
Dimensione del File 795 KB
Conteggio Installazioni 57
Versione Corrente 0.2.3
Ultimo Aggiornamento 2021-07-04
Data di Pubblicazione 2021-06-21
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore fufyf
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.roblox.com/groups/11009168/The-Locust-Hord#!/about
URL della Pagina di Aiuto https://discord.gg/M8uTVv47kw
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VOID Group Extension for Roblox",
    "description": "VOID roblox group extension to let members know when events occur",
    "version": "0.2.3",
    "manifest_version": 2,
    "icons": {
        "16": ".\/chaos-16x16.png",
        "32": ".\/chaos-32x32.png",
        "48": ".\/chaos-48x48.png",
        "128": ".\/chaos-128x128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persisent": true
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ]
}