Anime Title Finder
This extension was created by Ninio and is used to get anime titles
O que é Anime Title Finder?
Anime Title Finder é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension was created by Ninio and is used to get anime titles".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Anime Title Finder
Baixe arquivos de extensão Anime Title Finder 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
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.
Informações Básicas da Extensão
Nome | Anime Title Finder |
ID | khfebfoahkoachidlegdhbmdfceakcfm |
URL Oficial | https://chromewebstore.google.com/detail/anime-title-finder/khfebfoahkoachidlegdhbmdfceakcfm |
Descrição | This extension was created by Ninio and is used to get anime titles |
Tamanho do Arquivo | 154 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.0 |
Última Atualização | 2019-05-10 |
Data de Publicação | 2019-05-10 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |