PulseChain Site Checker

This extension serves as a powerful tool for users to authenticate their presence on authentic Pulsechain websites, guaranteeing…

什麼是PulseChain Site Checker?

PulseChain Site Checker是由Poseidon開發的Chrome擴展程式,該擴展的主要功能是“This extension serves as a powerful tool for users to authenticate their presence on authentic Pulsechain websites, guaranteeing…”。

擴展截圖

screenshot
screenshot

下載PulseChain Site Checker擴展crx文件

下載PulseChain Site Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 PulseChain Site Checker PulseChain Site Checker
ID jlomlcignpojmjjmiginogpoeaeldpnf
官方網址 https://chromewebstore.google.com/detail/pulsechain-site-checker/jlomlcignpojmjjmiginogpoeaeldpnf
簡介 This extension serves as a powerful tool for users to authenticate their presence on authentic Pulsechain websites, guaranteeing…
檔案大小 641 KB
安裝次數 426
目前版本 1.0.8
更新時間 2024-03-02
上架時間 2023-11-28
評分 5.00/5 共 4 次評分
開發者 Poseidon
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://github.com/poseidonPLS/extensionPrivacy/blob/main/Privacy%20Policy%20for%20PulseChain%20Site%20Checker
支援的語言 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"
    }
}