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!
Τι είναι το Electro Legion Group Notifier for Roblox;
Το Electro Legion Group Notifier for Roblox είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fufyf, και η κύρια λειτουργία του είναι "Helps users attend raids, defences, and trainings along with providing information on Electro Legion on Roblox. Now updated to 2.0!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Electro Legion Group Notifier for Roblox
Λήψη αρχείων επέκτασης Electro Legion Group Notifier for Roblox σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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).
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | eheaikjmbompbfeblpnidnnkfiilanie |
Επίσημο URL | https://chrome.google.com/webstore/detail/electro-legion-group-noti/eheaikjmbompbfeblpnidnnkfiilanie |
Περιγραφή | Helps users attend raids, defences, and trainings along with providing information on Electro Legion on Roblox. Now updated to 2.0! |
Μέγεθος Αρχείου | 2.86 MB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 2.2.2 |
Τελευταία Ενημέρωση | 2016-02-07 |
Ημερομηνία Δημοσίευσης | 2016-02-07 |
Αξιολόγηση | 4.62/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | fufyf |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.roblox.com/My/Groups.aspx?gid=527677 |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.roblox.com/users/46591508/profile |
Υποστηριζόμενες Γλώσσες | 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" ] } |