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

Was ist Roblox LMaD Forum+?

Roblox LMaD Forum+ ist eine Chrome-Erweiterung, die von Developmentals entwickelt wurde, und ihr Hauptmerkmal ist "Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…".

Erweiterungsscreenshots

screenshot
screenshot

Roblox LMaD Forum+-Erweiterungs-CRX-Datei herunterladen

Laden Sie Roblox LMaD Forum+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Roblox LMaD Forum+ Roblox LMaD Forum+
ID kndacjhnpeocfgcflefoakfnegadncna
Offizielle URL https://chromewebstore.google.com/detail/roblox-lmad-forum+/kndacjhnpeocfgcflefoakfnegadncna
Beschreibung Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…
Dateigröße 32.7 KB
Installationsanzahl 3,758
Aktuelle Version 2
Letztes Update 2014-06-26
Veröffentlichungsdatum 2014-06-26
Bewertung 3.31/5 Insgesamt 13 Bewertungen
Entwickler Developmentals
Zahlungsart free
Unterstützte Sprachen 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"
}