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
官方網址 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": [
        "*"
    ]
}