FetLife Original Navigation Bar
Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.
Wat is FetLife Original Navigation Bar?
FetLife Original Navigation Bar is een Chrome-extensie ontwikkeld door justabitkinky, en de belangrijkste functie is "Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.".
Extensie Screenshots
Download het CRX-bestand van de extensie FetLife Original Navigation Bar
Download FetLife Original Navigation Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
* 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 Basisinformatie over de Extensie
| Naam | |
| ID | icdbegpdcjhhhfhaapajjckcclgkleck |
| Officiële URL | https://chromewebstore.google.com/detail/fetlife-original-navigati/icdbegpdcjhhhfhaapajjckcclgkleck |
| Beschrijving | Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu. |
| Bestandsgrootte | 1.59 MB |
| Aantal Installaties | 61 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2012-12-07 |
| Publicatiedatum | 2012-12-06 |
| Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | justabitkinky |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
} | |