fanfilter

advanced filter on fanfiction.net

fanfilterคืออะไร?

fanfilter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ea และคุณลักษณะหลักของมันคือ "advanced filter on fanfiction.net"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย fanfilter

ดาวน์โหลดไฟล์ส่วนขยาย 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 fanfilter
ID ahpfaiclhmeeomckdbapinedcimdapam
URL อย่างเป็นทางการ 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"
    }
}