Electro Legion Group Notifier for Roblox

Helps users attend raids, defences, and trainings along with providing information on Electro Legion on Roblox. Now updated to 2.0!

Was ist Electro Legion Group Notifier for Roblox?

Electro Legion Group Notifier for Roblox ist eine Chrome-Erweiterung, die von fufyf entwickelt wurde, und ihr Hauptmerkmal ist "Helps users attend raids, defences, and trainings along with providing information on Electro Legion on Roblox. Now updated to 2.0!".

Erweiterungsscreenshots

screenshot

Electro Legion Group Notifier for Roblox-Erweiterungs-CRX-Datei herunterladen

Laden Sie Electro Legion Group Notifier for Roblox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A Roblox group notifier bot for Electro Legion. It detects information based on the shout and responds accordingly to that data.
This extension creates a notification to tell you when Electro Legion has a wall shout. You can turn it off/adjust settings in the extension itself.


Interested in Electro Legion? Check us out by joining our group!
http://www.roblox.com/My/Groups.aspx?gid=527677

Change Log:
http://pastebin.com/meGqgvY0


Created by TheBlissful(fuffy/fufyf).                    

Grundlegende Informationen zur Erweiterung

Name Electro Legion Group Notifier for Roblox Electro Legion Group Notifier for Roblox
ID eheaikjmbompbfeblpnidnnkfiilanie
Offizielle URL https://chrome.google.com/webstore/detail/electro-legion-group-noti/eheaikjmbompbfeblpnidnnkfiilanie
Beschreibung Helps users attend raids, defences, and trainings along with providing information on Electro Legion on Roblox. Now updated to 2.0!
Dateigröße 2.86 MB
Installationsanzahl 1,000
Aktuelle Version 2.2.2
Letztes Update 2016-02-07
Veröffentlichungsdatum 2016-02-07
Bewertung 4.62/5 Insgesamt 13 Bewertungen
Entwickler fufyf
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.roblox.com/My/Groups.aspx?gid=527677
Hilfeseite URL http://www.roblox.com/users/46591508/profile
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Electro Legion Group Notifier for Roblox",
    "description": "Helps users attend raids, defences, and trainings along with providing information on Electro Legion on Roblox. Now updated to 2.0!",
    "version": "2.2.2",
    "options_page": "lib\/html\/settings.html",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "author": "TheBlissful",
    "background": {
        "scripts": [
            "\/lib\/scripts\/jquery.js",
            "\/script.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.roblox.com\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        "alarms",
        "notifications",
        "storage",
        "gcm"
    ]
}