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.”。
扩展截图
下载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 |
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" ] } } |