Aniwatch Plus
Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.
ما هو Aniwatch Plus؟
Aniwatch Plus هو إضافة Chrome تم تطويرها بواسطة Serraniel، والميزة الرئيسية لها هي "Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Aniwatch Plus
قم بتنزيل ملفات الامتداد Aniwatch Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Aniwatch Plus is an unofficial browser extension which will improve your experience on https://aniwatch.me by adding features features to the website and improving the websites appearance. Current features are: * Conversion to local time * Quick Search * Improved list representation * Better highlighting of your own anime requests * Better presentation of available audio and subtitles * Display notification count in tab title * Autoplay after screenshot
معلومات أساسية عن التمديد
الاسم | Aniwatch Plus |
ID | hgniihpjiioldkafogebpkbaiflmpimb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/aniwatch-plus/hgniihpjiioldkafogebpkbaiflmpimb |
الوصف | Aniwatch Plus is an unofficial extension which provides several UI improvements for https://aniwatch.me. |
حجم الملف | 46.64 KB |
عدد التثبيتات | 612 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-02-20 |
تاريخ النشر | 2020-10-03 |
تقييم | 4.67/5 مجموع تقييمات 6 |
المطور | Serraniel |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Serraniel/AniwatchPlus |
عنوان صفحة المساعدة | https://github.com/Serraniel/AniwatchPlus/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aniwatch Plus", "short_name": "AW+", "version": "1.1.0.0", "version_name": "1.1", "description": "Aniwatch Plus is an unofficial extension which provides several UI improvements for https:\/\/aniwatch.me.", "permissions": [ "storage", "*:\/\/aniwatch.me\/*" ], "manifest_version": 2, "author": "Serraniel", "homepage_url": "https:\/\/github.com\/Serraniel\/AniwatchPlus", "icons": { "48": "images\/icon\/icon_48.png", "96": "images\/icon\/icon_96.png" }, "options_ui": { "page": "html\/settings.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/aniwatch.me\/*" ], "js": [ "javascript\/common.min.js", "javascript\/app.min.js" ], "css": [ "stylesheets\/aniwatchplus.min.css" ], "run_at": "document_end" } ] } |