Cognito Protocol
Securing the blockchain economies
Cognito Protocolคืออะไร?
Cognito Protocol เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chrome.cognitoprotocol.com และคุณลักษณะหลักของมันคือ "Securing the blockchain economies"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cognito Protocol
ดาวน์โหลดไฟล์ส่วนขยาย Cognito Protocol ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cognito Protocol is a browser extension for Google Chrome that helps you identify and verify Bitcoin and other cryptocurrency addresses you see on the web. By identifying and verifying the addresses, Cognito Protocol can help you avoid fraud, phishing attempts and scams in the cryptocurrency world.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gihhfeoiinblppfooppkogdchaffdibo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cognito-protocol/gihhfeoiinblppfooppkogdchaffdibo |
คำอธิบาย | Securing the blockchain economies |
ขนาดไฟล์ | 85.42 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 0.72.34 |
อัปเดตครั้งล่าสุด | 2018-03-07 |
วันที่เผยแพร่ | 2018-03-07 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://chrome.cognitoprotocol.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://chrome.cognitoprotocol.com/ |
URL หน้าช่วยเหลือ | http://chrome.cognitoprotocol.com/faq/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cognito Protocol", "description": "Securing the blockchain economies", "version": "0.72.34", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "notifications" ], "background": { "scripts": [ "cognitoquery.js", "background.js" ] }, "content_scripts": [ { "run_at": "document_end", "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ], "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "manifest_version": 2 } |