Search Anime by Screenshot
Use anime screenshots to search where this scene is taken from.
Cos'è Search Anime by Screenshot?
Search Anime by Screenshot è un'estensione di Chrome sviluppata da https://trace.moe, e la sua funzione principale è "Use anime screenshots to search where this scene is taken from.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search Anime by Screenshot
Scarica i file di estensione Search Anime by Screenshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A tool built by trace.moe
Tells you which anime, which episode, and exactly which moment this scene appears in Japanese Anime. Informazioni di Base sull'Estensione
| Nome | |
| ID | gkamnldpllcbiidlfacaccdoadedncfp |
| URL Ufficiale | https://chromewebstore.google.com/detail/search-anime-by-screensho/gkamnldpllcbiidlfacaccdoadedncfp |
| Descrizione | Use anime screenshots to search where this scene is taken from. |
| Dimensione del File | 11.83 KB |
| Conteggio Installazioni | 12,489 |
| Versione Corrente | 4.0.2 |
| Ultimo Aggiornamento | 2022-05-22 |
| Data di Pubblicazione | 2018-10-21 |
| Valutazione | 4.51/5 Totale 85 Valutazioni |
| Sviluppatore | https://trace.moe |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/soruly/trace.moe-WebExtension |
| URL della Pagina di Aiuto | https://github.com/soruly/trace.moe-WebExtension/issues |
| URL della Pagina della Politica sulla Privacy | https://www.iubenda.com/privacy-policy/7764846 |
| Lingue Supportate | 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"
} | |