AniList to AniWave

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

Co je AniList to AniWave?

AniList to AniWave je rozšíření Chrome vyvinuté Sans, a jeho hlavní funkcí je „Adds a button on AniList anime pages that searches the anime on AniWave.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AniList to AniWave

Stáhněte si soubory rozšíření AniList to AniWave ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název AniList to AniWave AniList to AniWave
ID pkffcfjbnbhnbbgfeoanckhcnbpfobim
Oficiální URL https://chromewebstore.google.com/detail/anilist-to-aniwave/pkffcfjbnbhnbbgfeoanckhcnbpfobim
Popis Adds a button on AniList anime pages that searches the anime on AniWave.
Velikost souboru 23.11 KB
Počet instalací 44
Aktuální Verze 7.0.0
Poslední Aktualizace 2023-11-06
Datum Vydání 2023-11-03
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář Sans
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/Sans3108/AniList-To-AniWave/issues
URL Stránky Zásad Ochrany Soukromí https://github.com/Sans3108/AniList-To-AniWave/blob/master/Privacy%20Policy.md
Podporované Jazyky 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"
}