VOID Group Extension for Roblox

VOID roblox group extension to let members know when events occur

What is VOID Group Extension for Roblox?

VOID Group Extension for Roblox is a Chrome extension developed by fufyf, and its main feature is "VOID roblox group extension to let members know when events occur".

Extension Screenshots

screenshot

Download VOID Group Extension for Roblox Extension CRX File

Download VOID Group Extension for Roblox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VOID Group Extension for Roblox VOID Group Extension for Roblox
ID hhiegjpcamkjghjabgimmfnahjmnhpej
Official URL https://chromewebstore.google.com/detail/void-group-extension-for/hhiegjpcamkjghjabgimmfnahjmnhpej
Description VOID roblox group extension to let members know when events occur
File Size 795 KB
Installation Count 57
Current Version 0.2.3
Last Updated 2021-07-04
Publish Date 2021-06-21
Rating 5.00/5 Total 2 Ratings
Developer fufyf
Email [email protected]
Payment Type free
Extension Website https://www.roblox.com/groups/11009168/The-Locust-Hord#!/about
Help Page URL https://discord.gg/M8uTVv47kw
Supported Languages 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"
    ]
}