JustBlock Security

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

What is JustBlock Security?

JustBlock Security is a Chrome extension developed by https://justblock.org, and its main feature is "Security Pack for Chrome™: block malware, speed up your browser, block Ads and secure your privacy".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download JustBlock Security Extension CRX File

Download JustBlock Security extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name JustBlock Security JustBlock Security
ID hiajdlfgbgnnjakkbnpdhmhfhklkbiol
Official URL https://chromewebstore.google.com/detail/justblock-security/hiajdlfgbgnnjakkbnpdhmhfhklkbiol
Description Security Pack for Chrome™: block malware, speed up your browser, block Ads and secure your privacy
File Size 1.36 MB
Installation Count 115,644
Current Version 2.1.0
Last Updated 2021-03-03
Publish Date 2020-06-16
Rating 3.88/5 Total 2582 Ratings
Developer https://justblock.org
Email [email protected]
Payment Type in_app
Extension Website https://www.justblock.org
Privacy Policy Page URL https://justblock.org/privacy.html
Supported Languages 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"
    ]
}