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开发的Chrome扩展程序,该扩展的主要功能是“Use anime screenshots to search where this scene is taken from.”。
扩展截图
下载Search Anime by Screenshot扩展crx文件
下载Search Anime by Screenshot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A tool built by trace.moe
Tells you which anime, which episode, and exactly which moment this scene appears in Japanese Anime. 扩展基本信息
| 名称 | |
| 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"
} | |