Anilist+ for Anilist

Enhanced AniList experience

What is Anilist+ for Anilist?

Anilist+ for Anilist is a Chrome extension developed by hschweitzer, and its main feature is "Enhanced AniList experience".

Extension Screenshots

screenshot
screenshot

Download Anilist+ for Anilist Extension CRX File

Download Anilist+ for Anilist 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

                        Current features (0.4):
 - Proper 'Studio' tab on anime pages
 - Improved readability of the progress for users with grey theme when using grid lists
 - Scores in Anime and Manga lists are highlighted from red to green
 - You no longer need to scroll to the top of the page yourself after clicking certain links.

Chrome version: 
https://github.com/hschweitzer/AniList-Plus

Mozilla version: 
https://addons.mozilla.org/en-US/firefox/addon/anilist-plus/
https://github.com/hschweitzer/Anilist-Plus-Firefox                    

Extension Basic Information

Name Anilist+ for Anilist Anilist+ for Anilist
ID elpfbellmnhbenkcdofdbdkneppoekhl
Official URL https://chromewebstore.google.com/detail/anilist+-for-anilist/elpfbellmnhbenkcdofdbdkneppoekhl
Description Enhanced AniList experience
File Size 17.72 KB
Installation Count 899
Current Version 0.4.2
Last Updated 2020-07-22
Publish Date 2019-04-09
Rating 4.50/5 Total 2 Ratings
Developer hschweitzer
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anilist+ for Anilist",
    "version": "0.4.2",
    "description": "Enhanced AniList experience",
    "page_action": {
        "default_title": "AniList+ for Anilist",
        "default_icon": {
            "16": "images\/icon.png",
            "32": "images\/icon.png",
            "64": "images\/icon.png",
            "128": "images\/icon-128.png"
        }
    },
    "author": "rirrsmo & hadrian",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/anilist.co\/*"
            ],
            "js": [
                "list_visual_changes.js",
                "content-script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "minimum_chrome_version": "50",
    "permissions": [
        "*:\/\/anilist.co\/*"
    ],
    "short_name": "AniList+",
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "64": "images\/icon.png",
        "128": "images\/icon-128.png"
    }
}