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'…
Vad är Roblox LMaD Forum+?
Roblox LMaD Forum+ är en Chrome-tillägg utvecklad av Developmentals, och dess huvudfunktion är "Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…".
Tilläggsskärmbilder
Ladda ner Roblox LMaD Forum+-förlängningens CRX-fil
Ladda ner Roblox LMaD Forum+-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | kndacjhnpeocfgcflefoakfnegadncna |
| Officiell webbadress | https://chromewebstore.google.com/detail/roblox-lmad-forum+/kndacjhnpeocfgcflefoakfnegadncna |
| Beskrivning | Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'… |
| Filstorlek | 32.7 KB |
| Antal Installationer | 3,758 |
| Aktuell Version | 2 |
| Senast Uppdaterad | 2014-06-26 |
| Publiceringsdatum | 2014-06-26 |
| Betyg | 3.31/5 Totalt 13 Betyg |
| Utvecklare | Developmentals |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |