AniList to AniWave
Adds a button on AniList anime pages that searches the anime on AniWave.
什麼是AniList to AniWave?
AniList to AniWave是由Sans開發的Chrome擴展程式,該擴展的主要功能是“Adds a button on AniList anime pages that searches the anime on AniWave.”。
擴展截圖
下載AniList to AniWave擴展crx文件
下載AniList to AniWave擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | AniList to AniWave |
ID | pkffcfjbnbhnbbgfeoanckhcnbpfobim |
官方網址 | https://chromewebstore.google.com/detail/anilist-to-aniwave/pkffcfjbnbhnbbgfeoanckhcnbpfobim |
簡介 | Adds a button on AniList anime pages that searches the anime on AniWave. |
檔案大小 | 23.11 KB |
安裝次數 | 44 |
目前版本 | 7.0.0 |
更新時間 | 2023-11-06 |
上架時間 | 2023-11-03 |
評分 | 4.00/5 共 3 次評分 |
開發者 | Sans |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://github.com/Sans3108/AniList-To-AniWave/issues |
隱私政策頁面URL | https://github.com/Sans3108/AniList-To-AniWave/blob/master/Privacy%20Policy.md |
支援的語言 | 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" } |