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
官方網址 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"
        ]
    }
}