Clutterfree for Anilist
Minimal extension to remove clutter from AniList notifications
ما هو Clutterfree for Anilist؟
Clutterfree for Anilist هو إضافة Chrome تم تطويرها بواسطة Miles Rayne، والميزة الرئيسية لها هي "Minimal extension to remove clutter from AniList notifications".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clutterfree for Anilist
قم بتنزيل ملفات الامتداد Clutterfree for Anilist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Clutterfree for Anilist is a minimalistic browser extension for removing clutter from AniList notifications. Its core feature is the option to group similar notifications (such as activity likes) of the /notifications page on AniList into single items that can be expanded to show individual details when needed.
معلومات أساسية عن التمديد
الاسم | Clutterfree for Anilist |
ID | hfgmcmijjnccacoefjdndepfkbaejllb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clutterfree-for-anilist/hfgmcmijjnccacoefjdndepfkbaejllb |
الوصف | Minimal extension to remove clutter from AniList notifications |
حجم الملف | 17.81 KB |
عدد التثبيتات | 33 |
النسخة الحالية | 1.1.2 |
آخر تحديث | 2023-03-18 |
تاريخ النشر | 2023-03-18 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Miles Rayne |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clutterfree for Anilist", "description": "Minimal extension to remove clutter from AniList notifications", "version": "1.1.2", "author": "Miles Rayne", "icons": { "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/anilist.co\/*" ], "js": [ "polyfill.js", "clutterfree.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/anilist.co\/*" ], "resources": [ "css\/clutterfree.css" ] } ] } |