ao3lter

advanced filter on archiveofourown.org

ao3lter क्या है?

ao3lter ea द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "advanced filter on archiveofourown.org"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ao3lter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                    

एक्सटेंशन की मूल जानकारी

नाम ao3lter 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"
    }
}