Search Anime by Screenshot

Use anime screenshots to search where this scene is taken from.

O que é Search Anime by Screenshot?

Search Anime by Screenshot é uma extensão do Chrome desenvolvida por https://trace.moe, e sua principal característica é "Use anime screenshots to search where this scene is taken from.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Search Anime by Screenshot

Baixe arquivos de extensão Search Anime by Screenshot 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

                        A tool built by trace.moe
Tells you which anime, which episode, and exactly which moment this scene appears in Japanese Anime.                    

Informações Básicas da Extensão

Nome Search Anime by Screenshot Search Anime by Screenshot
ID gkamnldpllcbiidlfacaccdoadedncfp
URL Oficial https://chromewebstore.google.com/detail/search-anime-by-screensho/gkamnldpllcbiidlfacaccdoadedncfp
Descrição Use anime screenshots to search where this scene is taken from.
Tamanho do Arquivo 11.83 KB
Contagem de Instalações 12,489
Versão Atual 4.0.2
Última Atualização 2022-05-22
Data de Publicação 2018-10-21
Classificação 4.51/5 Total de 85 Avaliações
Desenvolvedor https://trace.moe
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/soruly/trace.moe-WebExtension
URL da Página de Ajuda https://github.com/soruly/trace.moe-WebExtension/issues
URL da Página de Política de Privacidade https://www.iubenda.com/privacy-policy/7764846
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "soruly",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "trace.moe.js"
            ],
            "matches": [
                "https:\/\/trace.moe\/"
            ]
        }
    ],
    "description": "Use anime screenshots to search where this scene is taken from.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Search Anime by Screenshot",
    "permissions": [
        "contextMenus",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "4.0.2"
}