fanfilter
advanced filter on fanfiction.net
什么是fanfilter?
fanfilter是由ea开发的Chrome扩展程序,该扩展的主要功能是“advanced filter on fanfiction.net”。
扩展截图
下载fanfilter扩展crx文件
下载fanfilter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | ahpfaiclhmeeomckdbapinedcimdapam |
| 官方URL | https://chromewebstore.google.com/detail/fanfilter/ahpfaiclhmeeomckdbapinedcimdapam |
| 简介 | advanced filter on fanfiction.net |
| 文件大小 | 10.34 KB |
| 安装次数 | 136 |
| 当前版本 | 1.0.11 |
| 更新时间 | 2018-09-20 |
| 上架时间 | 2018-09-20 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | ea |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Etana/fanfilter |
| 帮助页面URL | https://github.com/Etana/fanfilter |
| 支持的语言 | 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"
}
} | |