AL Search, for AniList

AniList quick search in your browser.

AL Search, for AniList क्या है?

AL Search, for AniList Theo Costantini द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AniList quick search in your browser."।

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

screenshot
screenshot
screenshot

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

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

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

                        AL Search is an unofficial browser extension for AniList which adds multiple feature to help you quickly search information on AniList.

This extension includes:

- An integrated search interface
- Contextual menus on selected text
- Web integration on popular sites (AnimeLab, Crunchyroll, Funimation, Hidive, Wakanim and ADN)                    

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

नाम AL Search, for AniList AL Search, for AniList
ID cfgahmhilacehicbomiciimpemjhpalc
आधिकारिक URL https://chromewebstore.google.com/detail/al-search-for-anilist/cfgahmhilacehicbomiciimpemjhpalc
विवरण AniList quick search in your browser.
फ़ाइल का आकार 363 KB
स्थापना संख्या 1,050
वर्तमान संस्करण 1.3.7
अंतिम अपडेट 2022-03-19
प्रकाशन तिथि 2020-06-14
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Theo Costantini
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://yellowfish085.github.io/al-search/
सहायता पृष्ठ URL https://github.com/YellowFish085/al-search/issues
गोपनीयता नीति पृष्ठ URL https://yellowfish085.github.io/al-search
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Theo Costantini",
    "name": "__MSG_APP_Name__",
    "description": "__MSG_APP_Description__",
    "homepage_url": "https:\/\/github.com\/YellowFish085\/al-search",
    "icons": {
        "48": "logo-48.png",
        "96": "logo-96.png",
        "128": "logo-128-padded.png"
    },
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "identity",
        "notifications",
        "storage",
        "*:\/\/anilist.co\/*",
        "*:\/\/graphql.anilist.co\/*"
    ],
    "commands": {
        "_execute_browser_action": []
    },
    "browser_action": {
        "default_icon": "logo-48.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.crunchyroll.com\/*"
            ],
            "js": [
                "js\/content\/crunchyroll.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.funimation.com\/*"
            ],
            "js": [
                "js\/content\/funimation.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.wakanim.tv\/*"
            ],
            "js": [
                "js\/content\/wakanim.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.animelab.com\/*"
            ],
            "js": [
                "js\/content\/animelab.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.hidive.com\/*"
            ],
            "js": [
                "js\/content\/hidive.js"
            ]
        },
        {
            "matches": [
                "*:\/\/animedigitalnetwork.fr\/*"
            ],
            "js": [
                "js\/content\/adn.js"
            ]
        }
    ],
    "version": "1.3.7"
}