AniList to AniWave

Adds a button on AniList anime pages that searches the anime on AniWave.

AniList to AniWave là gì?

AniList to AniWave là một tiện ích mở rộng Chrome được phát triển bởi Sans, và tính năng chính của nó là "Adds a button on AniList anime pages that searches the anime on AniWave.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AniList to AniWave

Tải xuống các tệp mở rộng AniList to AniWave 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

                        It's as simple as it sounds, the extension tries to search the anime you're looking at on AniWave, and then creates a button for you to click which takes you directly to the search page, with the filters already set as to narrow down the search. This makes it so only the title you're looking for pops up. There's an experimental option to automatically set the button to the AniWave watch page of the first result, but keep in mind this might fail for niche anime that AniList doesn't have much data on. (In testing it did perform fairly well however so I decided to leave it on by default.)

The filters applied by the extension (if corresponding data from AniList is available), besides the name of the anime itself, are: 

- Format (TV, Movie etc.)
- Release Year
- Release Season (Spring, Summer etc.)
- Status (Finished, Releasing etc.)
- Genres (Action, Adventure etc.)

This extension is open source at https://github.com/Sans3108/AniList-To-AniWave                    

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

Tên AniList to AniWave AniList to AniWave
ID pkffcfjbnbhnbbgfeoanckhcnbpfobim
URL Chính Thức https://chromewebstore.google.com/detail/anilist-to-aniwave/pkffcfjbnbhnbbgfeoanckhcnbpfobim
Mô tả Adds a button on AniList anime pages that searches the anime on AniWave.
Kích Thước Tệp 23.11 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 7.0.0
Cập Nhật Lần Cuối 2023-11-06
Ngày Phát Hành 2023-11-03
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Sans
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/Sans3108/AniList-To-AniWave/issues
URL Trang Chính Sách Bảo Mật https://github.com/Sans3108/AniList-To-AniWave/blob/master/Privacy%20Policy.md
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AniList to AniWave",
    "description": "Adds a button on AniList anime pages that searches the anime on AniWave.",
    "version": "7.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "scripts\/service-worker.js"
    },
    "permissions": [
        "scripting",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/anilist.co\/*",
        "https:\/\/aniwave.to\/*"
    ],
    "icons": {
        "128": "assets\/icon128.png"
    },
    "options_page": "views\/options.html"
}