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\/*" ] } |