JustBlock Security

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

JustBlock Security là gì?

JustBlock Security là một tiện ích mở rộng Chrome được phát triển bởi https://justblock.org, và tính năng chính của nó là "Security Pack for Chrome™: block malware, speed up your browser, block Ads and secure your privacy".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JustBlock Security

Tải xuống các tệp mở rộng JustBlock Security dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JustBlock Security JustBlock Security
ID hiajdlfgbgnnjakkbnpdhmhfhklkbiol
URL Chính Thức https://chromewebstore.google.com/detail/justblock-security/hiajdlfgbgnnjakkbnpdhmhfhklkbiol
Mô tả Security Pack for Chrome™: block malware, speed up your browser, block Ads and secure your privacy
Kích Thước Tệp 1.36 MB
Số Lần Cài Đặt 115,644
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2021-03-03
Ngày Phát Hành 2020-06-16
Đánh Giá 3.88/5 Tổng số 2582 Đánh Giá
Nhà Phát Triển https://justblock.org
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.justblock.org
URL Trang Chính Sách Bảo Mật https://justblock.org/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}