Search Anime by Screenshot
Use anime screenshots to search where this scene is taken from.
Wat is Search Anime by Screenshot?
Search Anime by Screenshot is een Chrome-extensie ontwikkeld door https://trace.moe, en de belangrijkste functie is "Use anime screenshots to search where this scene is taken from.".
Extensie Screenshots
Download het CRX-bestand van de extensie Search Anime by Screenshot
Download Search Anime by Screenshot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A tool built by trace.moe
Tells you which anime, which episode, and exactly which moment this scene appears in Japanese Anime. Basisinformatie over de Extensie
| Naam | |
| ID | gkamnldpllcbiidlfacaccdoadedncfp |
| Officiële URL | https://chromewebstore.google.com/detail/search-anime-by-screensho/gkamnldpllcbiidlfacaccdoadedncfp |
| Beschrijving | Use anime screenshots to search where this scene is taken from. |
| Bestandsgrootte | 11.83 KB |
| Aantal Installaties | 12,489 |
| Huidige Versie | 4.0.2 |
| Laatst Bijgewerkt | 2022-05-22 |
| Publicatiedatum | 2018-10-21 |
| Beoordeling | 4.51/5 Totaal 85 Beoordelingen |
| Ontwikkelaar | https://trace.moe |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/soruly/trace.moe-WebExtension |
| Help Pagina-URL | https://github.com/soruly/trace.moe-WebExtension/issues |
| URL van de Privacybeleid Pagina | https://www.iubenda.com/privacy-policy/7764846 |
| Ondersteunde Talen | 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"
} | |