AniList Extras
Adds a few additional features to AniList.
Hvad er AniList Extras?
AniList Extras er en Chrome-udvidelse udviklet af pilar6195, og dens hovedfunktion er "Adds a few additional features to AniList.".
Udvidelsesskærmbilleder
Download AniList Extras-udvidelses-CRX-fil
Download AniList Extras-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
- 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
Grundlæggende oplysninger om udvidelsen
Navn | AniList Extras |
ID | ahcnhicbflgjhemogkbiknblbogeemih |
Officiel URL | https://chromewebstore.google.com/detail/anilist-extras/ahcnhicbflgjhemogkbiknblbogeemih |
Beskrivelse | Adds a few additional features to AniList. |
Filstørrelse | 15.96 KB |
Antal Installationer | 1,000 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2019-10-22 |
Udgivelsesdato | 2019-10-22 |
Bedømmelse | 4.45/5 Samlet 11 Bedømmelser |
Udvikler | pilar6195 |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/pilar6195/AniList-Extras |
URL til Fortrolighedspolitik Side | https://pilar.moe/privacy |
Understøttede Sprog | 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" } ] } |