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!

Cos'è Electro Legion Group Notifier for Roblox?

Electro Legion Group Notifier for Roblox è un'estensione di Chrome sviluppata da fufyf, e la sua funzione principale è "Helps users attend raids, defences, and trainings along with providing information on Electro Legion on Roblox. Now updated to 2.0!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Electro Legion Group Notifier for Roblox

Scarica i file di estensione Electro Legion Group Notifier 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

                        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).                    

Informazioni di Base sull'Estensione

Nome Electro Legion Group Notifier for Roblox Electro Legion Group Notifier for Roblox
ID eheaikjmbompbfeblpnidnnkfiilanie
URL Ufficiale https://chrome.google.com/webstore/detail/electro-legion-group-noti/eheaikjmbompbfeblpnidnnkfiilanie
Descrizione Helps users attend raids, defences, and trainings along with providing information on Electro Legion on Roblox. Now updated to 2.0!
Dimensione del File 2.86 MB
Conteggio Installazioni 1,000
Versione Corrente 2.2.2
Ultimo Aggiornamento 2016-02-07
Data di Pubblicazione 2016-02-07
Valutazione 4.62/5 Totale 13 Valutazioni
Sviluppatore fufyf
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.roblox.com/My/Groups.aspx?gid=527677
URL della Pagina di Aiuto http://www.roblox.com/users/46591508/profile
Lingue Supportate 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"
    ]
}