Custom Fetlife

Customize FetLife interface.

Wat is Custom Fetlife?

Custom Fetlife is een Chrome-extensie ontwikkeld door justabitkinky, en de belangrijkste functie is "Customize FetLife interface.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Custom Fetlife

Download Custom Fetlife-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Custom Fetlife Custom Fetlife
ID ghecallpffajppnpkallggejgcjiohcm
Officiële URL https://chromewebstore.google.com/detail/custom-fetlife/ghecallpffajppnpkallggejgcjiohcm
Beschrijving Customize FetLife interface.
Bestandsgrootte 39.93 KB
Aantal Installaties 146
Huidige Versie 1.2
Laatst Bijgewerkt 2016-03-04
Publicatiedatum 2016-03-04
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar justabitkinky
Betalingswijze free
Ondersteunde Talen 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"
    ]
}