Blocki - Wallet WatchDog

Keeps your crypto wallet safe by changing its paw color on trusted and scam websites.

Blocki - Wallet WatchDog क्या है?

Blocki - Wallet WatchDog https://tryblocki.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keeps your crypto wallet safe by changing its paw color on trusted and scam websites."।

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

screenshot

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

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

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

                        Blocki the Wallet WatchDog keeps your crypto wallet safe by changing its paw color in your browser's toolbar to let you know if your are on a trusted or possibly harmful crypto website. Its 4 colors are: green 🟢 (Trust List), orange 🟠 (warning), red 🔴 (Block List), or black ⚫️ (unknown security status). Clicking the paw shows helpful security and crypto information about the current website. Blocki works with Chromium-based browsers including: Chrome, Brave, Edge, Yandex, and Opera. The Firefox version will be available soon.

🔜 The first dex/memecoin charting tool will be available in Version 1.0.0!

🔒 Never spies on which websites you visit. The Trust List and Block List are both automatically downloaded inside the extension every 30 minutes. In fact, Blocki's protection will work exactly the same if your internet is turned off.

⭐️ Premium WatchDog URLs are scanned daily for security issues and show a special star in the paw menu. Visit tryblocki.com/watchdog-websites to learn more, verify a WatchDog URL, or add your website to the WatchDog list.

🏆 You can win prizes by simply using the extension: tryblocki.com/giveaways

Website: tryblocki.com
Twitter: twitter.com/tryblocki
Telegram 24/7 chat room: t.me/tryblocki                    

एक्सटेंशन की मूल जानकारी

नाम Blocki - Wallet WatchDog Blocki - Wallet WatchDog
ID cemlhfbciegflkpppmhdjmkoffofibho
आधिकारिक URL https://chromewebstore.google.com/detail/blocki-wallet-watchdog/cemlhfbciegflkpppmhdjmkoffofibho
विवरण Keeps your crypto wallet safe by changing its paw color on trusted and scam websites.
फ़ाइल का आकार 1.91 MB
स्थापना संख्या 33
वर्तमान संस्करण 0.9.9
अंतिम अपडेट 2023-12-18
प्रकाशन तिथि 2023-11-14
रेटिंग 5.00/5 कुल 19 रेटिंग्स
डेवलपर https://tryblocki.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tryblocki.com
सहायता पृष्ठ URL https://tryblocki.com/contact
गोपनीयता नीति पृष्ठ URL https://tryblocki.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Blocki - Wallet WatchDog",
    "version": "0.9.9",
    "icons": {
        "16": "assets\/icons\/16x16\/paw-print-16x16-green.png",
        "32": "assets\/icons\/32x32\/paw-print-32x32-green.png",
        "48": "assets\/icons\/48x48\/paw-print-48x48-green.png",
        "128": "assets\/icons\/128x128\/paw-print-128x128-green.png"
    },
    "description": "Keeps your crypto wallet safe by changing its paw color on trusted and scam websites.",
    "short_name": "Blocki - Wallet WatchDog",
    "permissions": [
        "tabs",
        "notifications",
        "activeTab",
        "unlimitedStorage",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "author": "Blocki",
    "minimum_chrome_version": "88",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/16x16\/paw-print-16x16-black.png",
            "32": "assets\/icons\/32x32\/paw-print-32x32-green.png",
            "48": "assets\/icons\/48x48\/paw-print-48x48-green.png",
            "128": "assets\/icons\/128x128\/paw-print-128x128-green.png"
        },
        "default_title": "Blocki - Wallet WatchDog",
        "chrome_style": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "js\/blocki-bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/blocki-cs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*",
                "js\/*",
                "css\/*",
                "css\/options",
                "assets\/*",
                "assets\/fonts\/*",
                "assets\/icons\/*",
                "assets\/icons\/16x16\/*",
                "assets\/icons\/32x32\/*",
                "assets\/icons\/48x48\/*",
                "assets\/icons\/128x128\/*",
                "assets\/icons\/16x16\/paw-print-16x16-green.png",
                "assets\/icons\/32x32\/paw-print-32x32-green.png",
                "assets\/icons\/48x48\/paw-print-48x48-green.png",
                "assets\/icons\/128x128\/paw-print-128x128-green.png"
            ],
            "matches": [
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ]
}