Custom Fetlife

Customize FetLife interface.

Что такое Custom Fetlife?

Custom Fetlife - это расширение Chrome, разработанное justabitkinky, и его основная функция - "Customize FetLife interface.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Custom Fetlife

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

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

                        Customize elements of FetLife.com

* Automatically navigate to login page when visiting fetlife.com homepage.
* Remove the large Kinky&Popular button from the navigation bar.
   - Also removes links from sub menu.
* Add a small K&P button to end of navigation links.
* Enable a default view filter for the Kinky & Popular page.
* Add link to group discussion page to scroll to last post.
* Add link to group discussion page to navigate to last page.                    

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

Название Custom Fetlife Custom Fetlife
ID ghecallpffajppnpkallggejgcjiohcm
Официальный URL https://chromewebstore.google.com/detail/custom-fetlife/ghecallpffajppnpkallggejgcjiohcm
Описание Customize FetLife interface.
Размер файла 39.93 KB
Количество установок 146
Текущая Версия 1.2
Последнее Обновление 2016-03-04
Дата публикации 2016-03-04
Рейтинг 4.00/5 Всего 3 оценок
Разработчик justabitkinky
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Fetlife",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Customize FetLife interface.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fetlife.com\/*",
                "https:\/\/www.fetlife.com\/*"
            ],
            "js": [
                "jquery.js",
                "fl.js"
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}