fanfilter
advanced filter on fanfiction.net
Co je fanfilter?
fanfilter je rozšíření Chrome vyvinuté ea, a jeho hlavní funkcí je „advanced filter on fanfiction.net“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření fanfilter
Stáhněte si soubory rozšíření fanfilter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | ahpfaiclhmeeomckdbapinedcimdapam |
| Oficiální URL | https://chromewebstore.google.com/detail/fanfilter/ahpfaiclhmeeomckdbapinedcimdapam |
| Popis | advanced filter on fanfiction.net |
| Velikost souboru | 10.34 KB |
| Počet instalací | 136 |
| Aktuální Verze | 1.0.11 |
| Poslední Aktualizace | 2018-09-20 |
| Datum Vydání | 2018-09-20 |
| Hodnocení | 5.00/5 Celkem 3 Hodnocení |
| Vývojář | ea |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/Etana/fanfilter |
| URL Stránky Nápovědy | https://github.com/Etana/fanfilter |
| Podporované Jazyky | 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"
}
} | |