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'…
What is Roblox LMaD Forum+?
Roblox LMaD Forum+ is a Chrome extension developed by Developmentals, and its main feature is "Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…".
Extension Screenshots
Download Roblox LMaD Forum+ Extension CRX File
Download Roblox LMaD Forum+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | kndacjhnpeocfgcflefoakfnegadncna |
| Official URL | https://chromewebstore.google.com/detail/roblox-lmad-forum+/kndacjhnpeocfgcflefoakfnegadncna |
| Description | Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'… |
| File Size | 32.7 KB |
| Installation Count | 3,758 |
| Current Version | 2 |
| Last Updated | 2014-06-26 |
| Publish Date | 2014-06-26 |
| Rating | 3.31/5 Total 13 Ratings |
| Developer | Developmentals |
| Payment Type | free |
| Supported Languages | 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"
} | |