Custom Fetlife

Customize FetLife interface.

What is Custom Fetlife?

Custom Fetlife is a Chrome extension developed by justabitkinky, and its main feature is "Customize FetLife interface.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Custom Fetlife Extension CRX File

Download Custom Fetlife extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Custom Fetlife Custom Fetlife
ID ghecallpffajppnpkallggejgcjiohcm
Official URL https://chromewebstore.google.com/detail/custom-fetlife/ghecallpffajppnpkallggejgcjiohcm
Description Customize FetLife interface.
File Size 39.93 KB
Installation Count 146
Current Version 1.2
Last Updated 2016-03-04
Publish Date 2016-03-04
Rating 4.00/5 Total 3 Ratings
Developer justabitkinky
Payment Type free
Supported Languages 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"
    ]
}