Custom Fetlife

Customize FetLife interface.

什麼是Custom Fetlife?

Custom Fetlife是由justabitkinky開發的Chrome擴展程式,該擴展的主要功能是“Customize FetLife interface.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Custom Fetlife擴展crx文件

下載Custom Fetlife擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Custom Fetlife Custom Fetlife
ID ghecallpffajppnpkallggejgcjiohcm
官方網址 https://chromewebstore.google.com/detail/custom-fetlife/ghecallpffajppnpkallggejgcjiohcm
簡介 Customize FetLife interface.
檔案大小 39.93 KB
安裝次數 146
目前版本 1.2
更新時間 2016-03-04
上架時間 2016-03-04
評分 4.00/5 共 3 次評分
開發者 justabitkinky
付費類型 free
支援的語言 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"
    ]
}