RotMG+
Clean RotMG's official page and resize the game to fit the window.
RotMG+คืออะไร?
RotMG+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.nellyath.com และคุณลักษณะหลักของมันคือ "Clean RotMG's official page and resize the game to fit the window."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RotMG+
ดาวน์โหลดไฟล์ส่วนขยาย RotMG+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hmhnbjigfdichoogkoienegkdkcdgklb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb |
คำอธิบาย | Clean RotMG's official page and resize the game to fit the window. |
ขนาดไฟล์ | 166 KB |
จำนวนการติดตั้ง | 238 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2014-04-15 |
วันที่เผยแพร่ | 2014-04-15 |
คะแนน | 4.20/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | http://www.nellyath.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RotMG+", "description": "Clean RotMG's official page and resize the game to fit the window.", "version": "1.0.1", "page_action": { "default_icon": "icon.png", "default_title": "RotMG+" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.realmofthemadgod.com\/" ], "js": [ "jquery.js", "content.js" ] } ] } |