ImgOpSec
Loads the ImgOpSec page for a URL/Instagram. Right click on any image in your browser and go directly to the ImgOpSec page for it.
什么是ImgOpSec?
ImgOpSec是由https://www.imgopsec.com开发的Chrome扩展程序,该扩展的主要功能是“Loads the ImgOpSec page for a URL/Instagram. Right click on any image in your browser and go directly to the ImgOpSec page for it.”。
扩展截图
下载ImgOpSec扩展crx文件
下载ImgOpSec扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
v1.4 - Support for Youtube and Gfycat video pages. 扩展基本信息
| 名称 | |
| ID | nofnjaialambcjohmnfekkjjinnipmbi |
| 官方URL | https://chromewebstore.google.com/detail/imgopsec/nofnjaialambcjohmnfekkjjinnipmbi |
| 简介 | Loads the ImgOpSec page for a URL/Instagram. Right click on any image in your browser and go directly to the ImgOpSec page for it. |
| 文件大小 | 4.26 KB |
| 安装次数 | 174 |
| 当前版本 | 1.4 |
| 更新时间 | 2019-12-23 |
| 上架时间 | 2019-12-23 |
| 开发者 | https://www.imgopsec.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.imgopsec.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "1.4",
"default_locale": "en",
"background": {
"scripts": [
"extension.js"
]
},
"icons": {
"128": "icon128.png"
},
"permissions": [
"contextMenus"
]
} | |