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 هو إضافة Chrome تم تطويرها بواسطة Poseidon، والميزة الرئيسية لها هي "This extension serves as a powerful tool for users to authenticate their presence on authentic Pulsechain websites, guaranteeing…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة PulseChain Site Checker

قم بتنزيل ملفات الامتداد PulseChain Site Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    }
}