JustBlock Security

Security Pack for Chrome™: block malware, speed up your browser, block Ads and secure your privacy

ما هو JustBlock Security؟

JustBlock Security هو إضافة Chrome تم تطويرها بواسطة https://justblock.org، والميزة الرئيسية لها هي "Security Pack for Chrome™: block malware, speed up your browser, block Ads and secure your privacy".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة JustBlock Security

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

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

                        All in one INTERNET SECURITY tool, protection against malware, malicious Chrome Extensions, fraudulent downloads, browser vulnerability and privacy threats.

Protect Chrome when you access your email account, your bank account, your company data and any other critical websites.

--------------------------------
20 in 1 SECURITY PACK TO PROTECT CHROME ™ 
--------------------------------

> BLOCK EMAIL TRACKERS: detects the invisible tracker hidden inside emails and blocks them.

> BLOCK ADS: block all types of Ads and video Ads on youtube and all other websites.

> PARENTAL CONTROL: block Adult sites to protect your children.

> BLOCK MALICIOUS CHROME EXTENSIONS: blocks over one thousand malicious or abusive Chrome extensions.

> BLOCK BOTNET: Don't let malicious extensions turn your browser into a botnet. 

 > BLOCK MALWARE: block ransomware, malware and extensions for malicious codes & Potentially Unwanted Programs (PUP) to keep your system running smooth.

> BLOCK THIRD PARTY COOKIES: Block Advertising Networks & Facebook from spying on you

> PROTECT YOUR PRIVACY: tell sites you don't want to be tracked

> PROTECT YOUR PERSONAL DATA: block form's autofill to prevent website from stealing your personal data

> PREVENT PASSWORD STEALING: prevents malicious scripts from stealing your saved usernames and passwords.

> PREVENT FACEBOOK HIJACK: Hide your status & protect your Facebook™ account from malwares, detect and block infected and malicious requests.

> BLOCK MALICIOUS CRYPTOCURRENCY MINERS: don't let Hackers mine cryptocurrencies with your computer without your consent

> PROTECT YOUR ANONYMITY: Block websites from tracking your navigation path

> PROTECT YOUR SAFETY: Block unsafe websites

> BLOCK SHADOW CLICKS: Don't let Chrome™ open links without your consent

> BLOCK NOTIFICATIONS: blocks annoying browser's notifications

> BLOCK POPUP: blocks javascript browser popups and popup ads

> BLOCK CORRUPTED WEBSITES: easily block any distracting or harmful website.

> BLOCK AD INJECTION: don't let extensions inject their ads into random pages

> HIDE DIGITAL FINGERPRINT: prevent websites from identifying your browser with your unique Digital Fingerprint.

==================


JustBlock.org is a security package for Chrome™ to block malware, secure your online privacy & speed up your browser.

Your software and your data have moved in the cloud, Chrome™ is a great browser to access all these services but it needs an extra layer of security. 

Disclaimer: Just Block is a software developed by justblock.org                    

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

الاسم JustBlock Security JustBlock Security
ID hiajdlfgbgnnjakkbnpdhmhfhklkbiol
عنوان URL الرسمي https://chromewebstore.google.com/detail/justblock-security/hiajdlfgbgnnjakkbnpdhmhfhklkbiol
الوصف Security Pack for Chrome™: block malware, speed up your browser, block Ads and secure your privacy
حجم الملف 1.36 MB
عدد التثبيتات 115,644
النسخة الحالية 2.1.0
آخر تحديث 2021-03-03
تاريخ النشر 2020-06-16
تقييم 3.88/5 مجموع تقييمات 2582
المطور https://justblock.org
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://www.justblock.org
عنوان صفحة سياسة الخصوصية https://justblock.org/privacy.html
اللغات المدعومة de,en-GB,en-US,fr,es,es-419,pt-BR,pt-PT
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_popup": "popup.html",
        "default_title": "JustBlock Security"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jpb.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/jb.js"
            ],
            "matches": [
                "https:\/\/justblock.org\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en_US",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "38": "images\/38.png",
        "19": "images\/19.png",
        "16": "images\/16.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCgDObEDxztbrKT0pyh1gkVERqbcHZ8+2E8th\/+tONTmn2\/m+70rw5A3tqFtyNUkj7sCczPO8MyT2U4TIvGyzNMHr+8l4aJKng8AKJ5Mo+PCYdWW66gYOOZ1xedjdFpdXH0ZJBoPpzEZq0P2KEb8tIEPk7e07SD9s2WCtqkBAPY2wIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "20.0.0.0",
    "name": "__MSG_appName__",
    "options_page": "options.html",
    "permissions": [
        "management",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "tabs",
        ""
    ],
    "optional_permissions": [
        "privacy",
        "contentSettings",
        "downloads"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "2.1.0",
    "web_accessible_resources": [
        "welcome.html",
        "css\/advert_skip.css",
        "adult-website-block.html",
        "options.html"
    ]
}