PulseChain Site Checker
This extension serves as a powerful tool for users to authenticate their presence on authentic Pulsechain websites, guaranteeing…
PulseChain Site Checker là gì?
PulseChain Site Checker là một tiện ích mở rộng Chrome được phát triển bởi Poseidon, và tính năng chính của nó là "This extension serves as a powerful tool for users to authenticate their presence on authentic Pulsechain websites, guaranteeing…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PulseChain Site Checker
Tải xuống các tệp mở rộng PulseChain Site Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension serves as a powerful tool for users to authenticate their presence on authentic Pulsechain websites, guaranteeing they're navigating the correct platforms. It offers quick access to CIDv1 hash and version details upon a simple click, ensuring users stay informed about the latest site versions. The icon undergoes a transformation from grey to colour, offering a quick visual cue to confirm users' presence on legitimate sites at a glance. Only checks Pulsechain or personal Pinata Cloud or ipfs:// links to tighten security and reduce false positive. *While the extension provides valuable information, users should continue to exercise caution and perform necessary safety checks. It serves as an informative tool; however, due diligence remains essential for a secure browsing experience. This tool does no endorsement of any kind. v1.0.8 - Bug Fix.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jlomlcignpojmjjmiginogpoeaeldpnf |
URL Chính Thức | https://chromewebstore.google.com/detail/pulsechain-site-checker/jlomlcignpojmjjmiginogpoeaeldpnf |
Mô tả | This extension serves as a powerful tool for users to authenticate their presence on authentic Pulsechain websites, guaranteeing… |
Kích Thước Tệp | 641 KB |
Số Lần Cài Đặt | 426 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2024-03-02 |
Ngày Phát Hành | 2023-11-28 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Poseidon |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://github.com/poseidonPLS/extensionPrivacy/blob/main/Privacy%20Policy%20for%20PulseChain%20Site%20Checker |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PulseChain Site Checker", "version": "1.0.8", "permissions": [ "tabs", "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "32": "images\/icon_grey32.png", "48": "images\/icon_grey48.png", "128": "images\/icon_grey128.png" } }, "icons": { "32": "images\/icon_green.png", "48": "images\/icon_green.png", "128": "images\/icon_green.png" }, "background": { "service_worker": "background.js", "type": "module" } } |