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 fufyf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps users attend raids, defences, and trainings along with providing information on Electro Legion on Roblox. Now updated to 2.0!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Electro Legion Group Notifier for Roblox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Electro Legion Group Notifier for Roblox Electro Legion Group Notifier for Roblox
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"
    ]
}