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

O que é Roblox LMaD Forum+?

Roblox LMaD Forum+ é uma extensão do Chrome desenvolvida por Developmentals, e sua principal característica é "Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Roblox LMaD Forum+

Baixe arquivos de extensão Roblox LMaD Forum+ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Roblox LMaD Forum+ Roblox LMaD Forum+
ID kndacjhnpeocfgcflefoakfnegadncna
URL Oficial https://chromewebstore.google.com/detail/roblox-lmad-forum+/kndacjhnpeocfgcflefoakfnegadncna
Descrição Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…
Tamanho do Arquivo 32.7 KB
Contagem de Instalações 3,758
Versão Atual 2
Última Atualização 2014-06-26
Data de Publicação 2014-06-26
Classificação 3.31/5 Total de 13 Avaliações
Desenvolvedor Developmentals
Tipo de Pagamento free
Idiomas Suportados 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"
}