JustBlock Security

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

¿Qué es JustBlock Security?

JustBlock Security es una extensión de Chrome desarrollada por https://justblock.org, y su función principal es "Security Pack for Chrome™: block malware, speed up your browser, block Ads and secure your privacy".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión JustBlock Security

Descarga archivos de extensión JustBlock Security en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre JustBlock Security JustBlock Security
ID hiajdlfgbgnnjakkbnpdhmhfhklkbiol
URL Oficial https://chromewebstore.google.com/detail/justblock-security/hiajdlfgbgnnjakkbnpdhmhfhklkbiol
Descripción Security Pack for Chrome™: block malware, speed up your browser, block Ads and secure your privacy
Tamaño del Archivo 1.36 MB
Cantidad de Instalaciones 115,644
Versión Actual 2.1.0
Última Actualización 2021-03-03
Fecha de Publicación 2020-06-16
Calificación 3.88/5 Total de 2582 Calificaciones
Desarrollador https://justblock.org
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.justblock.org
URL de la Página de Política de Privacidad https://justblock.org/privacy.html
Idiomas Soportados 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"
    ]
}