AniList to AniWave
Adds a button on AniList anime pages that searches the anime on AniWave.
O que é AniList to AniWave?
AniList to AniWave é uma extensão do Chrome desenvolvida por Sans, e sua principal característica é "Adds a button on AniList anime pages that searches the anime on AniWave.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AniList to AniWave
Baixe arquivos de extensão AniList to AniWave no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | AniList to AniWave |
ID | pkffcfjbnbhnbbgfeoanckhcnbpfobim |
URL Oficial | https://chromewebstore.google.com/detail/anilist-to-aniwave/pkffcfjbnbhnbbgfeoanckhcnbpfobim |
Descrição | Adds a button on AniList anime pages that searches the anime on AniWave. |
Tamanho do Arquivo | 23.11 KB |
Contagem de Instalações | 44 |
Versão Atual | 7.0.0 |
Última Atualização | 2023-11-06 |
Data de Publicação | 2023-11-03 |
Classificação | 4.00/5 Total de 3 Avaliações |
Desenvolvedor | Sans |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/Sans3108/AniList-To-AniWave/issues |
URL da Página de Política de Privacidade | https://github.com/Sans3108/AniList-To-AniWave/blob/master/Privacy%20Policy.md |
Idiomas Suportados | 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" } |