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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |