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
Eメール [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": [
        "*"
    ]
}