AniList Extras
Adds a few additional features to AniList.
ما هو AniList Extras؟
AniList Extras هو إضافة Chrome تم تطويرها بواسطة pilar6195، والميزة الرئيسية لها هي "Adds a few additional features to AniList.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AniList Extras
قم بتنزيل ملفات الامتداد AniList Extras بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
- Adds character data from MyAnimeList since most of the time AniList does not have a complete character list. - Adds OP/ED data from MyAnimeList. - Toggle to display character/staff lists as grid (default) or as a list. - Adds Anilist link to MyAnimeList pages. - Adds the total amount of following, followers, forum threads, and forum comments a user has to the social tab of the user's profile. More info can be found on the Github repo: https://github.com/pilar6195/AniList-Extras
معلومات أساسية عن التمديد
الاسم | AniList Extras |
ID | ahcnhicbflgjhemogkbiknblbogeemih |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/anilist-extras/ahcnhicbflgjhemogkbiknblbogeemih |
الوصف | Adds a few additional features to AniList. |
حجم الملف | 15.96 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2019-10-22 |
تاريخ النشر | 2019-10-22 |
تقييم | 4.45/5 مجموع تقييمات 11 |
المطور | pilar6195 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/pilar6195/AniList-Extras |
عنوان صفحة سياسة الخصوصية | https://pilar.moe/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AniList Extras", "description": "Adds a few additional features to AniList.", "version": "1.2.0", "minimum_chrome_version": "60.0.3112", "icons": { "128": "icon128.png" }, "permissions": [ "https:\/\/anilist.co\/*", "https:\/\/graphql.anilist.co\/*", "https:\/\/api.jikan.moe\/*" ], "content_scripts": [ { "matches": [ "https:\/\/anilist.co\/*", "https:\/\/myanimelist.net\/*" ], "js": [ "polyfill.js", "anilist-extras.user.js" ], "run_at": "document_start" } ] } |