Custom Fetlife
Customize FetLife interface.
Cos'è Custom Fetlife?
Custom Fetlife è un'estensione di Chrome sviluppata da justabitkinky, e la sua funzione principale è "Customize FetLife interface.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Custom Fetlife
Scarica i file di estensione Custom Fetlife 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
Customize elements of FetLife.com * Automatically navigate to login page when visiting fetlife.com homepage. * Remove the large Kinky&Popular button from the navigation bar. - Also removes links from sub menu. * Add a small K&P button to end of navigation links. * Enable a default view filter for the Kinky & Popular page. * Add link to group discussion page to scroll to last post. * Add link to group discussion page to navigate to last page.
Informazioni di Base sull'Estensione
Nome | Custom Fetlife |
ID | ghecallpffajppnpkallggejgcjiohcm |
URL Ufficiale | https://chromewebstore.google.com/detail/custom-fetlife/ghecallpffajppnpkallggejgcjiohcm |
Descrizione | Customize FetLife interface. |
Dimensione del File | 39.93 KB |
Conteggio Installazioni | 146 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2016-03-04 |
Data di Pubblicazione | 2016-03-04 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | justabitkinky |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom Fetlife", "version": "1.2", "manifest_version": 2, "description": "Customize FetLife interface.", "content_scripts": [ { "matches": [ "https:\/\/fetlife.com\/*", "https:\/\/www.fetlife.com\/*" ], "js": [ "jquery.js", "fl.js" ] } ], "options_page": "options.html", "background": { "scripts": [ "bg.js" ] }, "permissions": [ "tabs" ] } |