Anilist+ for Anilist
Enhanced AniList experience
Τι είναι το Anilist+ for Anilist;
Το Anilist+ for Anilist είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hschweitzer, και η κύρια λειτουργία του είναι "Enhanced AniList experience".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Anilist+ for Anilist
Λήψη αρχείων επέκτασης Anilist+ for Anilist σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Current features (0.4):
- Proper 'Studio' tab on anime pages
- Improved readability of the progress for users with grey theme when using grid lists
- Scores in Anime and Manga lists are highlighted from red to green
- You no longer need to scroll to the top of the page yourself after clicking certain links.
Chrome version:
https://github.com/hschweitzer/AniList-Plus
Mozilla version:
https://addons.mozilla.org/en-US/firefox/addon/anilist-plus/
https://github.com/hschweitzer/Anilist-Plus-Firefox Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | elpfbellmnhbenkcdofdbdkneppoekhl |
| Επίσημο URL | https://chromewebstore.google.com/detail/anilist+-for-anilist/elpfbellmnhbenkcdofdbdkneppoekhl |
| Περιγραφή | Enhanced AniList experience |
| Μέγεθος Αρχείου | 17.72 KB |
| Αριθμός Εγκαταστάσεων | 899 |
| Τρέχουσα Έκδοση | 0.4.2 |
| Τελευταία Ενημέρωση | 2020-07-22 |
| Ημερομηνία Δημοσίευσης | 2019-04-09 |
| Αξιολόγηση | 4.50/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | hschweitzer |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Anilist+ for Anilist",
"version": "0.4.2",
"description": "Enhanced AniList experience",
"page_action": {
"default_title": "AniList+ for Anilist",
"default_icon": {
"16": "images\/icon.png",
"32": "images\/icon.png",
"64": "images\/icon.png",
"128": "images\/icon-128.png"
}
},
"author": "rirrsmo & hadrian",
"content_scripts": [
{
"matches": [
"*:\/\/anilist.co\/*"
],
"js": [
"list_visual_changes.js",
"content-script.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"minimum_chrome_version": "50",
"permissions": [
"*:\/\/anilist.co\/*"
],
"short_name": "AniList+",
"icons": {
"16": "images\/icon.png",
"32": "images\/icon.png",
"64": "images\/icon.png",
"128": "images\/icon-128.png"
}
} | |