Custom Fetlife

Customize FetLife interface.

Co to jest Custom Fetlife?

Custom Fetlife to rozszerzenie Chrome opracowane przez justabitkinky, a jego główną funkcją jest „Customize FetLife interface.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Custom Fetlife

Pobierz pliki rozszerzeń Custom Fetlife w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Custom Fetlife Custom Fetlife
ID ghecallpffajppnpkallggejgcjiohcm
Oficjalny URL https://chromewebstore.google.com/detail/custom-fetlife/ghecallpffajppnpkallggejgcjiohcm
Opis Customize FetLife interface.
Rozmiar pliku 39.93 KB
Liczba instalacji 146
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-03-04
Data Publikacji 2016-03-04
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper justabitkinky
Typ Płatności free
Obsługiwane Języki 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"
    ]
}