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!
Wat is Electro Legion Group Notifier for Roblox?
Electro Legion Group Notifier for Roblox is een Chrome-extensie ontwikkeld door fufyf, en de belangrijkste functie is "Helps users attend raids, defences, and trainings along with providing information on Electro Legion on Roblox. Now updated to 2.0!".
Extensie Screenshots
Download het CRX-bestand van de extensie Electro Legion Group Notifier for Roblox
Download Electro Legion Group Notifier for Roblox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | |
ID | eheaikjmbompbfeblpnidnnkfiilanie |
Officiële URL | https://chrome.google.com/webstore/detail/electro-legion-group-noti/eheaikjmbompbfeblpnidnnkfiilanie |
Beschrijving | Helps users attend raids, defences, and trainings along with providing information on Electro Legion on Roblox. Now updated to 2.0! |
Bestandsgrootte | 2.86 MB |
Aantal Installaties | 1,000 |
Huidige Versie | 2.2.2 |
Laatst Bijgewerkt | 2016-02-07 |
Publicatiedatum | 2016-02-07 |
Beoordeling | 4.62/5 Totaal 13 Beoordelingen |
Ontwikkelaar | fufyf |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.roblox.com/My/Groups.aspx?gid=527677 |
Help Pagina-URL | http://www.roblox.com/users/46591508/profile |
Ondersteunde Talen | 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" ] } |