ao3lter
advanced filter on archiveofourown.org
ما هو ao3lter؟
ao3lter هو إضافة Chrome تم تطويرها بواسطة ea، والميزة الرئيسية لها هي "advanced filter on archiveofourown.org".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ao3lter
قم بتنزيل ملفات الامتداد ao3lter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
}
} | |