Mecha Galaxy Snack Bar
Adds a row of buttons for the consumable items in Mecha Galaxy plus a Receive All Gifts button on the Gifts page.
Mecha Galaxy Snack Barคืออะไร?
Mecha Galaxy Snack Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cbsarge และคุณลักษณะหลักของมันคือ "Adds a row of buttons for the consumable items in Mecha Galaxy plus a Receive All Gifts button on the Gifts page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mecha Galaxy Snack Bar
ดาวน์โหลดไฟล์ส่วนขยาย Mecha Galaxy Snack Bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension adds an extra row of buttons to many of the Mecha Galaxy pages giving you quick access to the items you need most, how many you have and whether or not you've used all you can for the day! - Seed Crystals - Hatoraide - Large Hatoraide - Stim Pack - Large Stim Pack It also has a drop down menu accessed from it's icon with links to many of the pages Mecha Galaxy players will find useful. VERSION 1.4 - Now with GiftAide! Thanks to a fellow coder we are adding the ability to accept all your gifts with a single button! Go to the Gift page as you normally would and look for this great new feature! VERSION 1.9 - Adds filtering to the Buy page. You now have filters to hide the items you can't afford or aren't a high enough level to use! VERSION 1.94 - Adds a text box to the Choose Your Battle screen where you can type in the level of the opponents you'd like to see! VERSION 1.95 - Adds filters to the Mech page. VERSION 1.97 - Added a Notes Panel Version 1.99 - Added game time clock Version 2.0 - BUGS!!! ...or fixes for bugs... Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mecha Galaxy Snack Bar |
ID | dpgekmlniphgdcdiehajlinnmbnghadf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mecha-galaxy-snack-bar/dpgekmlniphgdcdiehajlinnmbnghadf |
คำอธิบาย | Adds a row of buttons for the consumable items in Mecha Galaxy plus a Receive All Gifts button on the Gifts page. |
ขนาดไฟล์ | 179 KB |
จำนวนการติดตั้ง | 113 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2022-12-18 |
วันที่เผยแพร่ | 2015-03-05 |
คะแนน | 4.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | cbsarge |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mecha Galaxy Snack Bar", "version": "2.1", "description": "Adds a row of buttons for the consumable items in Mecha Galaxy plus a Receive All Gifts button on the Gifts page.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "fire-icon-48.png", "default_title": "FJ's Mecha Galaxy Snack Bar is ACTIVE!", "default_popup": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.mechagalaxy.com\/*", "*:\/\/www.cbsarge.com\/*", "*:\/\/mechagalaxy.gamecraftsmen.com\/*", "*:\/\/mechagalaxy.com\/*" ], "js": [ "jquery.js", "snackbar.js", "giftAid.js", "invQuery.js", "buyable.js", "levelpicker.js" ], "all_frames": true, "css": [ "fjstyle.css" ] } ], "icons": { "128": "fire-icon-128.png" }, "manifest_version": 2, "web_accessible_resources": [ "menubar2.png", "Background.png" ] } |