Search Anime by Screenshot

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

What is Search Anime by Screenshot?

Search Anime by Screenshot is a Chrome extension developed by https://trace.moe, and its main feature is "Use anime screenshots to search where this scene is taken from.".

Extension Screenshots

screenshot
screenshot

Download Search Anime by Screenshot Extension CRX File

Download Search Anime by Screenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Search Anime by Screenshot Search Anime by Screenshot
ID gkamnldpllcbiidlfacaccdoadedncfp
Official URL https://chromewebstore.google.com/detail/search-anime-by-screensho/gkamnldpllcbiidlfacaccdoadedncfp
Description Use anime screenshots to search where this scene is taken from.
File Size 11.83 KB
Installation Count 12,489
Current Version 4.0.2
Last Updated 2022-05-22
Publish Date 2018-10-21
Rating 4.51/5 Total 85 Ratings
Developer https://trace.moe
Email [email protected]
Payment Type free
Extension Website https://github.com/soruly/trace.moe-WebExtension
Help Page URL https://github.com/soruly/trace.moe-WebExtension/issues
Privacy Policy Page URL https://www.iubenda.com/privacy-policy/7764846
Supported Languages 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"
}