FetLife Original Navigation Bar

Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.

FetLife Original Navigation Barとは何ですか?

FetLife Original Navigation Barはjustabitkinkyによって開発されたChromeの拡張機能で、その主な機能は「Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.」です。

拡張機能のスクリーンショット

screenshot
screenshot

FetLife Original Navigation Bar拡張機能のCRXファイルをダウンロード

FetLife Original Navigation Bar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        * Optionally add a K&P button to navigation bar.

Note: a newer extension has been created with additional options to customize FetLife. Find Custom Fetlife here:

http://tinyurl.com/almwwsc                    

拡張機能の基本情報

名前 FetLife Original Navigation Bar FetLife Original Navigation Bar
ID icdbegpdcjhhhfhaapajjckcclgkleck
公式URL https://chromewebstore.google.com/detail/fetlife-original-navigati/icdbegpdcjhhhfhaapajjckcclgkleck
説明 Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.
ファイルサイズ 1.59 MB
インストール数 61
現在のバージョン 1.2
最終更新日 2012-12-07
公開日 2012-12-06
評価 4.00/5 合計 4 レビュー
開発者 justabitkinky
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FetLife Original Navigation Bar",
    "manifest_version": 2,
    "version": "1.2",
    "description": "Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fetlife.com\/*",
                "https:\/\/www.fetlife.com\/*"
            ],
            "js": [
                "jquery.js",
                "fl.js"
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}