Anilist+ for Anilist

Enhanced AniList experience

Vad är Anilist+ for Anilist?

Anilist+ for Anilist är en Chrome-tillägg utvecklad av hschweitzer, och dess huvudfunktion är "Enhanced AniList experience".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Anilist+ for Anilist-förlängningens CRX-fil

Ladda ner Anilist+ for Anilist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Anilist+ for Anilist Anilist+ for Anilist
ID elpfbellmnhbenkcdofdbdkneppoekhl
Officiell webbadress https://chromewebstore.google.com/detail/anilist+-for-anilist/elpfbellmnhbenkcdofdbdkneppoekhl
Beskrivning Enhanced AniList experience
Filstorlek 17.72 KB
Antal Installationer 899
Aktuell Version 0.4.2
Senast Uppdaterad 2020-07-22
Publiceringsdatum 2019-04-09
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare hschweitzer
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}