FetLife Original Navigation Bar
Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.
What is FetLife Original Navigation Bar?
FetLife Original Navigation Bar is a Chrome extension developed by justabitkinky, and its main feature is "Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.".
Extension Screenshots
Download FetLife Original Navigation Bar Extension CRX File
Download FetLife Original Navigation Bar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
* 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
Extension Basic Information
Name | FetLife Original Navigation Bar |
ID | icdbegpdcjhhhfhaapajjckcclgkleck |
Official URL | https://chromewebstore.google.com/detail/fetlife-original-navigati/icdbegpdcjhhhfhaapajjckcclgkleck |
Description | Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu. |
File Size | 1.59 MB |
Installation Count | 61 |
Current Version | 1.2 |
Last Updated | 2012-12-07 |
Publish Date | 2012-12-06 |
Rating | 4.00/5 Total 4 Ratings |
Developer | justabitkinky |
Payment Type | free |
Supported Languages | 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" ] } } |