BlockGuard

Blockguard protects you against SCAM sites in the Blockchain/Crypto Space

ما هو BlockGuard؟

BlockGuard هو إضافة Chrome تم تطويرها بواسطة LevCon International، والميزة الرئيسية لها هي "Blockguard protects you against SCAM sites in the Blockchain/Crypto Space".

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

screenshot

تحميل ملف CRX للإضافة BlockGuard

قم بتنزيل ملفات الامتداد BlockGuard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        BlockGuard secures your browser against SCAM Sites in the Blockchain and Crypto Space. If you try to reach a suspicious site, we show you a warning, and you can not enter the site.

If you want more information about the project, and how we cover the domain scans, site scans and so on, go to https://www.blockguard.net                    

معلومات أساسية عن التمديد

الاسم BlockGuard BlockGuard
ID hbbfjbkaaakgadoacgeknpmlfjaoldfg
عنوان URL الرسمي https://chromewebstore.google.com/detail/blockguard/hbbfjbkaaakgadoacgeknpmlfjaoldfg
الوصف Blockguard protects you against SCAM sites in the Blockchain/Crypto Space
حجم الملف 15.39 KB
عدد التثبيتات 62
النسخة الحالية 1.2.1
آخر تحديث 2018-09-08
تاريخ النشر 2018-09-07
تقييم 5.00/5 مجموع تقييمات 1
المطور LevCon International
نوع الدفع free
موقع الإضافة https://www.blockguard.net
عنوان صفحة المساعدة https://www.blockguard.net
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BlockGuard",
    "version": "1.2.1",
    "description": "Blockguard protects you against SCAM sites in the Blockchain\/Crypto Space",
    "author": "LevCon International",
    "default_locale": "en",
    "icons": {
        "48": "icon\/blockguard.48px.png"
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "notifications"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/polyfill\/edge.js",
            "js\/polyfill\/fetch.js",
            "js\/error.js",
            "js\/blockguard.js",
            "test\/blockguard.test.js",
            "js\/main.js"
        ]
    },
    "web_accessible_resources": [
        "doc\/sample\/forbidden.json",
        "doc\/sample\/forbidden.txt",
        "doc\/sample\/allowed.json",
        "doc\/sample\/blocked.json"
    ]
}