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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension serves as a powerful tool for users to authenticate their presence on authentic Pulsechain websites, guaranteeing…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PulseChain Site Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}