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开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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" ] } |