FetLife Original Navigation Bar
Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.
Cos'è FetLife Original Navigation Bar?
FetLife Original Navigation Bar è un'estensione di Chrome sviluppata da justabitkinky, e la sua funzione principale è "Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FetLife Original Navigation Bar
Scarica i file di estensione FetLife Original Navigation Bar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
* 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | icdbegpdcjhhhfhaapajjckcclgkleck |
| URL Ufficiale | https://chromewebstore.google.com/detail/fetlife-original-navigati/icdbegpdcjhhhfhaapajjckcclgkleck |
| Descrizione | Removes Kinky&Popular button from navigation bar and restores it so that links aren't in sub menu. |
| Dimensione del File | 1.59 MB |
| Conteggio Installazioni | 61 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2012-12-07 |
| Data di Pubblicazione | 2012-12-06 |
| Valutazione | 4.00/5 Totale 4 Valutazioni |
| Sviluppatore | justabitkinky |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
} | |