fanfilter
advanced filter on fanfiction.net
Cos'è fanfilter?
fanfilter è un'estensione di Chrome sviluppata da ea, e la sua funzione principale è "advanced filter on fanfiction.net".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione fanfilter
Scarica i file di estensione fanfilter 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
you can make a filter over fanfiction as follow:
needle => contain needle
~needleA ~needleB => is needleA or needleB
-needle => doesn't contain needle
char:harry => have character named harry
rated:all => have all ratings (for all use it by default)
pair:harry/hermione => have a pairing of harry with hermione
fav:>1000 => have more than 1000 favorites
published:<2years => have been published since 2 years ago
review:>50 => have more than 50 reviews
words:>3000 => have more than 3000 words
updated:>2months => have been updated before 2 months ago
genre:action => is of the action genre
is:complete => is complete
fandom:firefly => is of the firefly universe
is:crossover => is a crossover
lang:english => is in english
sort:fav => will sort by favorites as default Informazioni di Base sull'Estensione
| Nome | |
| ID | ahpfaiclhmeeomckdbapinedcimdapam |
| URL Ufficiale | https://chromewebstore.google.com/detail/fanfilter/ahpfaiclhmeeomckdbapinedcimdapam |
| Descrizione | advanced filter on fanfiction.net |
| Dimensione del File | 10.34 KB |
| Conteggio Installazioni | 136 |
| Versione Corrente | 1.0.11 |
| Ultimo Aggiornamento | 2018-09-20 |
| Data di Pubblicazione | 2018-09-20 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | ea |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/Etana/fanfilter |
| URL della Pagina di Aiuto | https://github.com/Etana/fanfilter |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "fanfilter",
"description": "advanced filter on fanfiction.net",
"version": "1.0.11",
"content_scripts": [
{
"matches": [
"https:\/\/www.fanfiction.net\/*",
"https:\/\/www.fictionpress.com\/*"
],
"js": [
"e.js"
]
}
],
"icons": {
"128": "i.png"
}
} | |