WebWall - Internet Security & Privacy Safety

WebWall is the best internet security and internet privacy safety protection available. It blocks trackers, threats, and much more.

什么是WebWall - Internet Security & Privacy Safety?

WebWall - Internet Security & Privacy Safety是由https://trywebwall.com开发的Chrome扩展程序,该扩展的主要功能是“WebWall is the best internet security and internet privacy safety protection available. It blocks trackers, threats, and much more.”。

扩展截图

screenshot
screenshot
screenshot

下载WebWall - Internet Security & Privacy Safety扩展crx文件

下载WebWall - Internet Security & Privacy Safety扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ⓘ About
WebWall does more than just a firewall, VPN, or adblocker. WebWall protects your internet login details and passwords, enforces "Do Not Track", shows you exactly what websites do with your privacy data & browsing activity, prevents marketers & malicious actors from tracking your internet activity, protects your emails, makes website loading times faster and more.

With WebWall, internet security, safety and privacy is simplified. WebWall is the only all-in-one internet security and privacy extension you need. 

✓ Permissions 
WebWall uses the minimal amount of permissions necessary to enforce security and anti-tracking.


Features:

- WebWall never sends any of your activity or data to our servers or any other servers. We fully respect your privacy and security. Everything WebWall does to protect you runs locally on your computer and never requires interaction with 3rd party servers unlike every other internet security & privacy extension.

- WebWall shows you exactly how websites are using your data, attempting to track your internet activity, and what actions WebWall took to block undesired tracking & suspicious internet activity.

- Alerts you of potential phishing websites and other convincing security threats.

- Blocks privacy trackers & tracking cookies

- Blocks fingerprinters by obfuscating the data they use to track you.

- Disables screen recorders & blocks analytics software on websites from recording your internet activity.

- Sends the "Do Not Track" signal to tell companies / websites to not track you and seamlessly blocks network requests that disobey your desire to not be tracked.

- Automatically enforces best practices for internet email security & privacy across most popular email services (Gmail, Yahoo, etc)

- Increases web page load times by up to 20% by blocking unnecessary analytics and tracking scripts that don't need to be loaded.

----------------------------------

★ Reviews - Users (we are proud of)

Tom Aetler - ★★★★★
"WebWall saved me from a very convincing phishing email supposedly from "PayPal". I am extremely grateful.

Jessica Swarton - ★★★★★
"Does everything it claims and shows exactly what it's doing too. It's crazy what websites were doing with my data."

Daniel Kramer - ★★★★★
"I have had WebWall for a week and so far it is working exactly as promised. Everything loads fast and my information is not going to places that I do not want it to go. I have not been blocked from any sites but a few of them have asked me to turn off my ad blocker. So far I very much like this extension and I have stopped getting ads that I do not want and my internet security feels enforced."

Peter Mitchell - ★★★★★
"WebWall is fantastic it blocks everything and lets you know, I never realised how much of your information is grabbed by every site you visit. Thanks Webb wall"                    

扩展基本信息

名称 WebWall - Internet Security & Privacy Safety WebWall - Internet Security & Privacy Safety
ID kdkochodolnbncigpmpenjjohjlkccii
官方URL https://chromewebstore.google.com/detail/webwall-internet-security/kdkochodolnbncigpmpenjjohjlkccii
简介 WebWall is the best internet security and internet privacy safety protection available. It blocks trackers, threats, and much more.
文件大小 3.73 MB
安装次数 736
当前版本 1.0.17
更新时间 2021-08-30
上架时间 2020-11-26
评分 4.61/5 共59次评分
开发者 https://trywebwall.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.trywebwall.com/
帮助页面URL https://www.trywebwall.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebWall - Internet Security & Privacy Safety",
    "version": "1.0.17",
    "description": "WebWall is the best internet security and internet privacy safety protection available. It blocks trackers, threats, and much more.",
    "icons": {
        "256": "images\/icon-256.png",
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "32": "images\/icon-32.png",
        "16": "images\/icon-16.png"
    },
    "background": {
        "scripts": [
            "psl.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "embed.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-32.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "WebWall",
        "default_popup": "index.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "*"
    ]
}