Custom Fetlife

Customize FetLife interface.

Vad är Custom Fetlife?

Custom Fetlife är en Chrome-tillägg utvecklad av justabitkinky, och dess huvudfunktion är "Customize FetLife interface.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Custom Fetlife-förlängningens CRX-fil

Ladda ner Custom Fetlife-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Custom Fetlife Custom Fetlife
ID ghecallpffajppnpkallggejgcjiohcm
Officiell webbadress https://chromewebstore.google.com/detail/custom-fetlife/ghecallpffajppnpkallggejgcjiohcm
Beskrivning Customize FetLife interface.
Filstorlek 39.93 KB
Antal Installationer 146
Aktuell Version 1.2
Senast Uppdaterad 2016-03-04
Publiceringsdatum 2016-03-04
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare justabitkinky
Betalningssätt free
Stödda Språk 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"
    ]
}