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
公式URL 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"
    ]
}