fanfilter

advanced filter on fanfiction.net

fanfilterとは何ですか?

fanfilterはeaによって開発されたChromeの拡張機能で、その主な機能は「advanced filter on fanfiction.net」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 fanfilter fanfilter
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
Eメール [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"
    }
}