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 |
Eメール | [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" ] } |