FetLife Original Navigation Bar

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

Co je FetLife Original Navigation Bar?

FetLife Original Navigation Bar je rozšíření Chrome vyvinuté justabitkinky, a jeho hlavní funkcí je „Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření FetLife Original Navigation Bar

Stáhněte si soubory rozšíření FetLife Original Navigation Bar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        * 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                    

Základní Informace o Rozšíření

Název FetLife Original Navigation Bar FetLife Original Navigation Bar
ID icdbegpdcjhhhfhaapajjckcclgkleck
Oficiální URL https://chromewebstore.google.com/detail/fetlife-original-navigati/icdbegpdcjhhhfhaapajjckcclgkleck
Popis Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.
Velikost souboru 1.59 MB
Počet instalací 61
Aktuální Verze 1.2
Poslední Aktualizace 2012-12-07
Datum Vydání 2012-12-06
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář justabitkinky
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}