AniList Extras
Adds a few additional features to AniList.
Wat is AniList Extras?
AniList Extras is een Chrome-extensie ontwikkeld door pilar6195, en de belangrijkste functie is "Adds a few additional features to AniList.".
Extensie Screenshots
Download het CRX-bestand van de extensie AniList Extras
Download AniList Extras-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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 Basisinformatie over de Extensie
| Naam | |
| ID | ahcnhicbflgjhemogkbiknblbogeemih |
| Officiële URL | https://chromewebstore.google.com/detail/anilist-extras/ahcnhicbflgjhemogkbiknblbogeemih |
| Beschrijving | Adds a few additional features to AniList. |
| Bestandsgrootte | 15.96 KB |
| Aantal Installaties | 1,000 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2019-10-22 |
| Publicatiedatum | 2019-10-22 |
| Beoordeling | 4.45/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | pilar6195 |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/pilar6195/AniList-Extras |
| URL van de Privacybeleid Pagina | https://pilar.moe/privacy |
| Ondersteunde Talen | 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"
}
]
} | |