JustBlock Security

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

Vad är JustBlock Security?

JustBlock Security är en Chrome-tillägg utvecklad av https://justblock.org, och dess huvudfunktion är "Security Pack for Chrome™: block malware, speed up your browser, block Ads and secure your privacy".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner JustBlock Security-förlängningens CRX-fil

Ladda ner JustBlock Security-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn JustBlock Security JustBlock Security
ID hiajdlfgbgnnjakkbnpdhmhfhklkbiol
Officiell webbadress https://chromewebstore.google.com/detail/justblock-security/hiajdlfgbgnnjakkbnpdhmhfhklkbiol
Beskrivning Security Pack for Chrome™: block malware, speed up your browser, block Ads and secure your privacy
Filstorlek 1.36 MB
Antal Installationer 115,644
Aktuell Version 2.1.0
Senast Uppdaterad 2021-03-03
Publiceringsdatum 2020-06-16
Betyg 3.88/5 Totalt 2582 Betyg
Utvecklare https://justblock.org
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://www.justblock.org
URL till Sekretesspolicy Sidan https://justblock.org/privacy.html
Stödda Språk 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"
    ]
}