Anime Title Finder

This extension was created by Ninio and is used to get anime titles

Co je Anime Title Finder?

Anime Title Finder je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension was created by Ninio and is used to get anime titles“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Anime Title Finder

Stáhněte si soubory rozšíření Anime Title Finder 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í

                        This extension uses Kitsu.io api. 
You can use this extension to get the japanese title of an anime by searching with the english title, or vice versa.                    

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

Název Anime Title Finder Anime Title Finder
ID khfebfoahkoachidlegdhbmdfceakcfm
Oficiální URL https://chromewebstore.google.com/detail/anime-title-finder/khfebfoahkoachidlegdhbmdfceakcfm
Popis This extension was created by Ninio and is used to get anime titles
Velikost souboru 154 KB
Počet instalací 20
Aktuální Verze 1.0
Poslední Aktualizace 2019-05-10
Datum Vydání 2019-05-10
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anime Title Finder",
    "version": "1.0",
    "manifest_version": 2,
    "description": "This extension was created by Ninio and is used to get anime titles",
    "homepage_url": "http:\/\/www.Ninio.eu",
    "icons": {
        "48": "icons\/icon.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "src\/bg\/background.html",
        "default_icon": "icons\/icon.png"
    }
}