AniList Extras
Adds a few additional features to AniList.
Qu'est-ce que AniList Extras ?
AniList Extras est une extension Chrome développée par pilar6195, et sa fonction principale est "Adds a few additional features to AniList.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AniList Extras
Téléchargez les fichiers d'extension AniList Extras au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
- 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
Informations de Base sur l'Extension
Nom | AniList Extras |
ID | ahcnhicbflgjhemogkbiknblbogeemih |
URL Officiel | https://chromewebstore.google.com/detail/anilist-extras/ahcnhicbflgjhemogkbiknblbogeemih |
Description | Adds a few additional features to AniList. |
Taille du Fichier | 15.96 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2019-10-22 |
Date de Publication | 2019-10-22 |
Évaluation | 4.45/5 Total 11 Évaluations |
Développeur | pilar6195 |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/pilar6195/AniList-Extras |
URL de la Page de Politique de Confidentialité | https://pilar.moe/privacy |
Langues Prises en Charge | 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" } ] } |