fanfilter

advanced filter on fanfiction.net

O que é fanfilter?

fanfilter é uma extensão do Chrome desenvolvida por ea, e sua principal característica é "advanced filter on fanfiction.net".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão fanfilter

Baixe arquivos de extensão fanfilter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome fanfilter fanfilter
ID ahpfaiclhmeeomckdbapinedcimdapam
URL Oficial https://chromewebstore.google.com/detail/fanfilter/ahpfaiclhmeeomckdbapinedcimdapam
Descrição advanced filter on fanfiction.net
Tamanho do Arquivo 10.34 KB
Contagem de Instalações 136
Versão Atual 1.0.11
Última Atualização 2018-09-20
Data de Publicação 2018-09-20
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor ea
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Etana/fanfilter
URL da Página de Ajuda https://github.com/Etana/fanfilter
Idiomas Suportados 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"
    }
}