AL Search, for AniList

AniList quick search in your browser.

Τι είναι το AL Search, for AniList;

Το AL Search, for AniList είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Theo Costantini, και η κύρια λειτουργία του είναι "AniList quick search in your browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AL Search, for AniList

Λήψη αρχείων επέκτασης AL Search, for AniList σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
}