Custom Fetlife

Customize FetLife interface.

Apa itu Custom Fetlife?

Custom Fetlife adalah ekstensi Chrome yang dikembangkan oleh justabitkinky, dan fitur utamanya adalah "Customize FetLife interface.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Custom Fetlife

Unduh file ekstensi Custom Fetlife dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Custom Fetlife Custom Fetlife
ID ghecallpffajppnpkallggejgcjiohcm
URL Resmi https://chromewebstore.google.com/detail/custom-fetlife/ghecallpffajppnpkallggejgcjiohcm
Deskripsi Customize FetLife interface.
Ukuran File 39.93 KB
Jumlah Instalasi 146
Versi Saat Ini 1.2
Terakhir Diperbarui 2016-03-04
Tanggal Publikasi 2016-03-04
Penilaian 4.00/5 Total 3 Penilaian
Pengembang justabitkinky
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}