AL Search, for AniList

AniList quick search in your browser.

AL Search, for AniList là gì?

AL Search, for AniList là một tiện ích mở rộng Chrome được phát triển bởi Theo Costantini, và tính năng chính của nó là "AniList quick search in your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AL Search, for AniList

Tải xuống các tệp mở rộng AL Search, for AniList dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AL Search, for AniList AL Search, for AniList
ID cfgahmhilacehicbomiciimpemjhpalc
URL Chính Thức https://chromewebstore.google.com/detail/al-search-for-anilist/cfgahmhilacehicbomiciimpemjhpalc
Mô tả AniList quick search in your browser.
Kích Thước Tệp 363 KB
Số Lần Cài Đặt 1,050
Phiên Bản Hiện Tại 1.3.7
Cập Nhật Lần Cuối 2022-03-19
Ngày Phát Hành 2020-06-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Theo Costantini
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yellowfish085.github.io/al-search/
URL Trang Trợ Giúp https://github.com/YellowFish085/al-search/issues
URL Trang Chính Sách Bảo Mật https://yellowfish085.github.io/al-search
Ngôn Ngữ Được Hỗ Trợ 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"
}