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.
擴展基本資訊
名稱 | Exinfo - analyzer exchangers |
ID | cejgjemadojcfahcbeddhaijcafjkfkc |
官方網址 | 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\/*" ] } |