ao3lter
advanced filter on archiveofourown.org
ao3lter란 무엇입니까?
ao3lter은(는) ea에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "advanced filter on archiveofourown.org"입니다.
확장 프로그램 스크린샷
ao3lter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 확장 프로그램 기본 정보
| 이름 | |
| 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"
}
} | |