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

Qu'est-ce que Roblox LMaD Forum+ ?

Roblox LMaD Forum+ est une extension Chrome développée par Developmentals, et sa fonction principale est "Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Roblox LMaD Forum+

Téléchargez les fichiers d'extension Roblox LMaD Forum+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Roblox LMaD Forum+ Roblox LMaD Forum+
ID kndacjhnpeocfgcflefoakfnegadncna
URL Officiel 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'…
Taille du Fichier 32.7 KB
Nombre d'Installations 3,758
Version Actuelle 2
Dernière Mise à Jour 2014-06-26
Date de Publication 2014-06-26
Évaluation 3.31/5 Total 13 Évaluations
Développeur Developmentals
Type de Paiement free
Langues Prises en Charge 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"
}