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!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Electro Legion Group Notifier for Roblox
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |