FetLife Original Navigation Bar

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

Что такое FetLife Original Navigation Bar?

FetLife Original Navigation Bar - это расширение Chrome, разработанное justabitkinky, и его основная функция - "Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения FetLife Original Navigation Bar

Скачайте файлы расширений FetLife Original Navigation Bar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        * 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                    

Основная информация о расширении

Название FetLife Original Navigation Bar FetLife Original Navigation Bar
ID icdbegpdcjhhhfhaapajjckcclgkleck
Официальный URL https://chromewebstore.google.com/detail/fetlife-original-navigati/icdbegpdcjhhhfhaapajjckcclgkleck
Описание Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.
Размер файла 1.59 MB
Количество установок 61
Текущая Версия 1.2
Последнее Обновление 2012-12-07
Дата публикации 2012-12-06
Рейтинг 4.00/5 Всего 4 оценок
Разработчик justabitkinky
Тип оплаты free
Поддерживаемые языки 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"
        ]
    }
}