fanfilter
advanced filter on fanfiction.net
什麼是fanfilter?
fanfilter是由ea開發的Chrome擴展程式,該擴展的主要功能是“advanced filter on fanfiction.net”。
擴展截圖
下載fanfilter擴展crx文件
下載fanfilter擴展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 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
擴展基本資訊
名稱 | fanfilter |
ID | ahpfaiclhmeeomckdbapinedcimdapam |
官方網址 | https://chromewebstore.google.com/detail/fanfilter/ahpfaiclhmeeomckdbapinedcimdapam |
簡介 | advanced filter on fanfiction.net |
檔案大小 | 10.34 KB |
安裝次數 | 136 |
目前版本 | 1.0.11 |
更新時間 | 2018-09-20 |
上架時間 | 2018-09-20 |
評分 | 5.00/5 共 3 次評分 |
開發者 | ea |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Etana/fanfilter |
說明頁面URL | https://github.com/Etana/fanfilter |
支援的語言 | 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" } } |