Search Anime by Screenshot
Use anime screenshots to search where this scene is taken from.
Co to jest Search Anime by Screenshot?
Search Anime by Screenshot to rozszerzenie Chrome opracowane przez https://trace.moe, a jego główną funkcją jest „Use anime screenshots to search where this scene is taken from.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Search Anime by Screenshot
Pobierz pliki rozszerzeń Search Anime by Screenshot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A tool built by trace.moe Tells you which anime, which episode, and exactly which moment this scene appears in Japanese Anime.
Podstawowe informacje o rozszerzeniu
Nazwa | Search Anime by Screenshot |
ID | gkamnldpllcbiidlfacaccdoadedncfp |
Oficjalny URL | https://chromewebstore.google.com/detail/search-anime-by-screensho/gkamnldpllcbiidlfacaccdoadedncfp |
Opis | Use anime screenshots to search where this scene is taken from. |
Rozmiar pliku | 11.83 KB |
Liczba instalacji | 12,489 |
Aktualna Wersja | 4.0.2 |
Ostatnia Aktualizacja | 2022-05-22 |
Data Publikacji | 2018-10-21 |
Ocena | 4.51/5 Łącznie 85 Oceny |
Deweloper | https://trace.moe |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/soruly/trace.moe-WebExtension |
Adres URL Strony Pomocy | https://github.com/soruly/trace.moe-WebExtension/issues |
Adres URL Strony Polityki Prywatności | https://www.iubenda.com/privacy-policy/7764846 |
Obsługiwane Języki | 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" } |