Anilist+ for Anilist

Enhanced AniList experience

Anilist+ for Anilist क्या है?

Anilist+ for Anilist hschweitzer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhanced AniList experience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Anilist+ for Anilist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Anilist+ for Anilist Anilist+ for Anilist
ID elpfbellmnhbenkcdofdbdkneppoekhl
आधिकारिक URL https://chromewebstore.google.com/detail/anilist+-for-anilist/elpfbellmnhbenkcdofdbdkneppoekhl
विवरण Enhanced AniList experience
फ़ाइल का आकार 17.72 KB
स्थापना संख्या 899
वर्तमान संस्करण 0.4.2
अंतिम अपडेट 2020-07-22
प्रकाशन तिथि 2019-04-09
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर hschweitzer
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}