Roblox LMaD Forum+
Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…
Roblox LMaD Forum+คืออะไร?
Roblox LMaD Forum+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Developmentals และคุณลักษณะหลักของมันคือ "Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roblox LMaD Forum+
ดาวน์โหลดไฟล์ส่วนขยาย Roblox LMaD Forum+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline' and allows you to post when it's clicked. Just for those lazy people, may add a new theme. Added ghostbumping
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Roblox LMaD Forum+ |
ID | kndacjhnpeocfgcflefoakfnegadncna |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/roblox-lmad-forum+/kndacjhnpeocfgcflefoakfnegadncna |
คำอธิบาย | Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'… |
ขนาดไฟล์ | 32.7 KB |
จำนวนการติดตั้ง | 3,758 |
เวอร์ชันปัจจุบัน | 2 |
อัปเดตครั้งล่าสุด | 2014-06-26 |
วันที่เผยแพร่ | 2014-06-26 |
คะแนน | 3.31/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Developmentals |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "jquery.js", "script.js" ], "matches": [ "http:\/\/www.roblox.com\/Forum\/ShowPost.aspx?PostID=*" ] } ], "manifest_version": 2, "name": "Roblox LMaD Forum+", "permissions": [ "http:\/\/www.roblox.com\/", "http:\/\/web.roblox.com\/" ], "version": "2" } |