Search Anime by Screenshot

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

Search Anime by Screenshot क्या है?

Search Anime by Screenshot https://trace.moe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use anime screenshots to search where this scene is taken from."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Search Anime by Screenshot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Search Anime by Screenshot Search Anime by Screenshot
ID gkamnldpllcbiidlfacaccdoadedncfp
आधिकारिक URL https://chromewebstore.google.com/detail/search-anime-by-screensho/gkamnldpllcbiidlfacaccdoadedncfp
विवरण Use anime screenshots to search where this scene is taken from.
फ़ाइल का आकार 11.83 KB
स्थापना संख्या 12,489
वर्तमान संस्करण 4.0.2
अंतिम अपडेट 2022-05-22
प्रकाशन तिथि 2018-10-21
रेटिंग 4.51/5 कुल 85 रेटिंग्स
डेवलपर https://trace.moe
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/soruly/trace.moe-WebExtension
सहायता पृष्ठ URL https://github.com/soruly/trace.moe-WebExtension/issues
गोपनीयता नीति पृष्ठ URL https://www.iubenda.com/privacy-policy/7764846
समर्थित भाषाएँ 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"
}