FetLife Original Navigation Bar

Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.

O que é FetLife Original Navigation Bar?

FetLife Original Navigation Bar é uma extensão do Chrome desenvolvida por justabitkinky, e sua principal característica é "Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão FetLife Original Navigation Bar

Baixe arquivos de extensão FetLife Original Navigation Bar 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

                        * Optionally add a K&P button to navigation bar.

Note: a newer extension has been created with additional options to customize FetLife. Find Custom Fetlife here:

http://tinyurl.com/almwwsc                    

Informações Básicas da Extensão

Nome FetLife Original Navigation Bar FetLife Original Navigation Bar
ID icdbegpdcjhhhfhaapajjckcclgkleck
URL Oficial https://chromewebstore.google.com/detail/fetlife-original-navigati/icdbegpdcjhhhfhaapajjckcclgkleck
Descrição Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.
Tamanho do Arquivo 1.59 MB
Contagem de Instalações 61
Versão Atual 1.2
Última Atualização 2012-12-07
Data de Publicação 2012-12-06
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor justabitkinky
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FetLife Original Navigation Bar",
    "manifest_version": 2,
    "version": "1.2",
    "description": "Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fetlife.com\/*",
                "https:\/\/www.fetlife.com\/*"
            ],
            "js": [
                "jquery.js",
                "fl.js"
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}