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'…

Wat is Roblox LMaD Forum+?

Roblox LMaD Forum+ is een Chrome-extensie ontwikkeld door Developmentals, en de belangrijkste functie is "Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Roblox LMaD Forum+

Download Roblox LMaD Forum+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Roblox LMaD Forum+ Roblox LMaD Forum+
ID kndacjhnpeocfgcflefoakfnegadncna
Officiële URL https://chromewebstore.google.com/detail/roblox-lmad-forum+/kndacjhnpeocfgcflefoakfnegadncna
Beschrijving Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…
Bestandsgrootte 32.7 KB
Aantal Installaties 3,758
Huidige Versie 2
Laatst Bijgewerkt 2014-06-26
Publicatiedatum 2014-06-26
Beoordeling 3.31/5 Totaal 13 Beoordelingen
Ontwikkelaar Developmentals
Betalingswijze free
Ondersteunde Talen 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"
}