FetLife Original Navigation Bar
Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.
Was ist FetLife Original Navigation Bar?
FetLife Original Navigation Bar ist eine Chrome-Erweiterung, die von justabitkinky entwickelt wurde, und ihr Hauptmerkmal ist "Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.".
Erweiterungsscreenshots
FetLife Original Navigation Bar-Erweiterungs-CRX-Datei herunterladen
Laden Sie FetLife Original Navigation Bar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
* 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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | icdbegpdcjhhhfhaapajjckcclgkleck |
| Offizielle URL | https://chromewebstore.google.com/detail/fetlife-original-navigati/icdbegpdcjhhhfhaapajjckcclgkleck |
| Beschreibung | Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu. |
| Dateigröße | 1.59 MB |
| Installationsanzahl | 61 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2012-12-07 |
| Veröffentlichungsdatum | 2012-12-06 |
| Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
| Entwickler | justabitkinky |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
} | |