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ファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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\/*"
]
} | |