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 là gì?

Electro Legion Group Notifier for Roblox là một tiện ích mở rộng Chrome được phát triển bởi fufyf, và tính năng chính của nó là "Helps users attend raids, defences, and trainings along with providing information on Electro Legion on Roblox. Now updated to 2.0!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Electro Legion Group Notifier for Roblox

Tải xuống các tệp mở rộng Electro Legion Group Notifier for Roblox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Electro Legion Group Notifier for Roblox Electro Legion Group Notifier for Roblox
ID eheaikjmbompbfeblpnidnnkfiilanie
URL Chính Thức https://chrome.google.com/webstore/detail/electro-legion-group-noti/eheaikjmbompbfeblpnidnnkfiilanie
Mô tả Helps users attend raids, defences, and trainings along with providing information on Electro Legion on Roblox. Now updated to 2.0!
Kích Thước Tệp 2.86 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2016-02-07
Ngày Phát Hành 2016-02-07
Đánh Giá 4.62/5 Tổng số 13 Đánh Giá
Nhà Phát Triển fufyf
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.roblox.com/My/Groups.aspx?gid=527677
URL Trang Trợ Giúp http://www.roblox.com/users/46591508/profile
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}