fanfilter
advanced filter on fanfiction.net
What is fanfilter?
fanfilter is a Chrome extension developed by ea, and its main feature is "advanced filter on fanfiction.net".
Extension Screenshots
Download fanfilter Extension CRX File
Download fanfilter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | ahpfaiclhmeeomckdbapinedcimdapam |
| Official URL | https://chromewebstore.google.com/detail/fanfilter/ahpfaiclhmeeomckdbapinedcimdapam |
| Description | advanced filter on fanfiction.net |
| File Size | 10.34 KB |
| Installation Count | 136 |
| Current Version | 1.0.11 |
| Last Updated | 2018-09-20 |
| Publish Date | 2018-09-20 |
| Rating | 5.00/5 Total 3 Ratings |
| Developer | ea |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/Etana/fanfilter |
| Help Page URL | https://github.com/Etana/fanfilter |
| Supported Languages | 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"
}
} | |