ao3lter
advanced filter on archiveofourown.org
什么是ao3lter?
ao3lter是由ea开发的Chrome扩展程序,该扩展的主要功能是“advanced filter on archiveofourown.org”。
扩展截图
下载ao3lter扩展crx文件
下载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 |
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" } } |