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'…
Cos'è Roblox LMaD Forum+?
Roblox LMaD Forum+ è un'estensione di Chrome sviluppata da Developmentals, e la sua funzione principale è "Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Roblox LMaD Forum+
Scarica i file di estensione Roblox LMaD Forum+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | kndacjhnpeocfgcflefoakfnegadncna |
| URL Ufficiale | https://chromewebstore.google.com/detail/roblox-lmad-forum+/kndacjhnpeocfgcflefoakfnegadncna |
| Descrizione | Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'… |
| Dimensione del File | 32.7 KB |
| Conteggio Installazioni | 3,758 |
| Versione Corrente | 2 |
| Ultimo Aggiornamento | 2014-06-26 |
| Data di Pubblicazione | 2014-06-26 |
| Valutazione | 3.31/5 Totale 13 Valutazioni |
| Sviluppatore | Developmentals |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |