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은(는) https://kurses.com.ua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Checks for the exchanger in a black or white list, and displays additional information about them."입니다.
확장 프로그램 스크린샷
Exinfo - analyzer exchangers 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |