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!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Electro Legion Group Notifier for Roblox

قم بتنزيل ملفات الامتداد Electro Legion Group Notifier for Roblox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}