ao3lter

advanced filter on archiveofourown.org

Что такое ao3lter?

ao3lter - это расширение Chrome, разработанное ea, и его основная функция - "advanced filter on archiveofourown.org".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ao3lter

Скачайте файлы расширений ao3lter в формате 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
pair:harry/hermione => have a pairing of harry with hermione
kudo:>1000 => have more than 1000 kudos
chapter:1 => has exactly 1 chapter
bookmark:5 => has been bookmarked exactly 5 times
comment:>50 => have more than 50 comments
hit:>10000 => has more than 10000 hits
words:>3000 => have more than 3000 words
updated:>2months => have been updated before 2 months ago
is:complete => is complete
is:f/f => has lesbian relationship
is:m => has mature rating
fandom:firefly => is of the firefly universe
is:crossover => is a crossover
tag:searchtag => has a tag containing "searchtag"
lang:english => is in english                    

Основная информация о расширении

Название ao3lter ao3lter
ID adidheepalaglagehadnafoihpoilpjm
Официальный URL https://chromewebstore.google.com/detail/ao3lter/adidheepalaglagehadnafoihpoilpjm
Описание advanced filter on archiveofourown.org
Размер файла 7.85 KB
Количество установок 108
Текущая Версия 1.0.0
Последнее Обновление 2018-08-21
Дата публикации 2018-08-21
Рейтинг 5.00/5 Всего 1 оценок
Разработчик ea
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Etana/ao3lter
URL страницы помощи https://github.com/Etana/ao3lter
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ao3lter",
    "description": "advanced filter on archiveofourown.org",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.archiveofourown.org\/works\/search?*",
                "https:\/\/*.archiveofourown.org\/tags\/*\/works",
                "https:\/\/*.archiveofourown.org\/works?*",
                "https:\/\/*.archiveofourown.org\/bookmarks",
                "https:\/\/*.archiveofourown.org\/bookmarks\/search?*",
                "https:\/\/*.archiveofourown.org\/works"
            ],
            "js": [
                "e.js"
            ]
        }
    ],
    "icons": {
        "128": "i.png"
    }
}