Exinfo - analyzer exchangers
Checks for the exchanger in a black or white list, and displays additional information about them.
Что такое Exinfo - analyzer exchangers?
Exinfo - analyzer exchangers - это расширение Chrome, разработанное https://kurses.com.ua, и его основная функция - "Checks for the exchanger in a black or white list, and displays additional information about them.".
Снимки экрана расширения
Скачать файл CRX расширения Exinfo - analyzer exchangers
Скачайте файлы расширений Exinfo - analyzer exchangers в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
After installing extension in the browser and after site page was loaded it checks and, if the exchanger, is in the white list that displays a summary of it, and if the site is on the blacklist that will display a warning message. For ease of use, the icon of the extension buttons varies depending on whether the site in white (green icon) or black (red icon) list.
Основная информация о расширении
Название | Exinfo - analyzer exchangers |
ID | cejgjemadojcfahcbeddhaijcafjkfkc |
Официальный URL | https://chromewebstore.google.com/detail/exinfo-analyzer-exchanger/cejgjemadojcfahcbeddhaijcafjkfkc |
Описание | Checks for the exchanger in a black or white list, and displays additional information about them. |
Размер файла | 88.16 KB |
Количество установок | 504 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2019-02-04 |
Дата публикации | 2019-02-03 |
Рейтинг | 4.37/5 Всего 19 оценок |
Разработчик | https://kurses.com.ua |
Тип оплаты | free |
Официальный сайт расширения | http://kurses.com.ua |
URL страницы помощи | http://kurses.com.ua/extensions/chrome |
URL страницы политики конфиденциальности | http://kurses.com.ua/privacy-policy |
Поддерживаемые языки | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.2", "short_name": "Exinfo", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "ru", "icons": { "16": "images\/icons\/16.png", "48": "images\/icons\/48.png", "128": "images\/icons\/128.png" }, "browser_action": { "default_icon": { "19": "images\/buttons\/19\/default.png", "38": "images\/buttons\/38\/default.png" }, "default_title": "__MSG_defaultTitle__" }, "background": { "scripts": [ "scripts\/index.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/check.js" ], "run_at": "document_start" } ], "permissions": [ "tabs", "https:\/\/api.kurses.com.ua\/*" ] } |