AniList Extras
Adds a few additional features to AniList.
What is AniList Extras?
AniList Extras is a Chrome extension developed by pilar6195, and its main feature is "Adds a few additional features to AniList.".
Extension Screenshots
Download AniList Extras Extension CRX File
Download AniList Extras extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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
Extension Basic Information
Name | AniList Extras |
ID | ahcnhicbflgjhemogkbiknblbogeemih |
Official URL | https://chromewebstore.google.com/detail/anilist-extras/ahcnhicbflgjhemogkbiknblbogeemih |
Description | Adds a few additional features to AniList. |
File Size | 15.96 KB |
Installation Count | 1,000 |
Current Version | 1.2.0 |
Last Updated | 2019-10-22 |
Publish Date | 2019-10-22 |
Rating | 4.45/5 Total 11 Ratings |
Developer | pilar6195 |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/pilar6195/AniList-Extras |
Privacy Policy Page URL | https://pilar.moe/privacy |
Supported Languages | 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" } ] } |