AniList Extras
Adds a few additional features to AniList.
Was ist AniList Extras?
AniList Extras ist eine Chrome-Erweiterung, die von pilar6195 entwickelt wurde, und ihr Hauptmerkmal ist "Adds a few additional features to AniList.".
Erweiterungsscreenshots
AniList Extras-Erweiterungs-CRX-Datei herunterladen
Laden Sie AniList Extras-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ahcnhicbflgjhemogkbiknblbogeemih |
| Offizielle URL | https://chromewebstore.google.com/detail/anilist-extras/ahcnhicbflgjhemogkbiknblbogeemih |
| Beschreibung | Adds a few additional features to AniList. |
| Dateigröße | 15.96 KB |
| Installationsanzahl | 1,000 |
| Aktuelle Version | 1.2.0 |
| Letztes Update | 2019-10-22 |
| Veröffentlichungsdatum | 2019-10-22 |
| Bewertung | 4.45/5 Insgesamt 11 Bewertungen |
| Entwickler | pilar6195 |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://github.com/pilar6195/AniList-Extras |
| URL der Datenschutzrichtlinien-Seite | https://pilar.moe/privacy |
| Unterstützte Sprachen | 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"
}
]
} | |