AL Search, for AniList

AniList quick search in your browser.

AL Search, for AniListとは何ですか?

AL Search, for AniListはTheo Costantiniによって開発されたChromeの拡張機能で、その主な機能は「AniList quick search in your browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

AL Search, for AniList拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}