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'…
Apa itu Roblox LMaD Forum+?
Roblox LMaD Forum+ adalah ekstensi Chrome yang dikembangkan oleh Developmentals, dan fitur utamanya adalah "Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Roblox LMaD Forum+
Unduh file ekstensi Roblox LMaD Forum+ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Roblox LMaD Forum+ |
ID | kndacjhnpeocfgcflefoakfnegadncna |
URL Resmi | https://chromewebstore.google.com/detail/roblox-lmad-forum+/kndacjhnpeocfgcflefoakfnegadncna |
Deskripsi | Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'… |
Ukuran File | 32.7 KB |
Jumlah Instalasi | 3,758 |
Versi Saat Ini | 2 |
Terakhir Diperbarui | 2014-06-26 |
Tanggal Publikasi | 2014-06-26 |
Penilaian | 3.31/5 Total 13 Penilaian |
Pengembang | Developmentals |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |