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 - это расширение Chrome, разработанное https://www.imgopsec.com, и его основная функция - "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.".
Снимки экрана расширения
Скачать файл CRX расширения ImgOpSec
Скачайте файлы расширений ImgOpSec в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
v1.4 - Support for Youtube and Gfycat video pages.
Основная информация о расширении
Название | ImgOpSec |
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" ] } |