WebWall - Internet Security & Privacy Safety

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

Apa itu WebWall - Internet Security & Privacy Safety?

WebWall - Internet Security & Privacy Safety adalah ekstensi Chrome yang dikembangkan oleh https://trywebwall.com, dan fitur utamanya adalah "WebWall is the best internet security and internet privacy safety protection available. It blocks trackers, threats, and much more.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi WebWall - Internet Security & Privacy Safety

Unduh file ekstensi WebWall - Internet Security & Privacy Safety dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ⓘ 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"                    

Informasi Dasar Ekstensi

Nama WebWall - Internet Security & Privacy Safety WebWall - Internet Security & Privacy Safety
ID kdkochodolnbncigpmpenjjohjlkccii
URL Resmi https://chromewebstore.google.com/detail/webwall-internet-security/kdkochodolnbncigpmpenjjohjlkccii
Deskripsi WebWall is the best internet security and internet privacy safety protection available. It blocks trackers, threats, and much more.
Ukuran File 3.73 MB
Jumlah Instalasi 736
Versi Saat Ini 1.0.17
Terakhir Diperbarui 2021-08-30
Tanggal Publikasi 2020-11-26
Penilaian 4.61/5 Total 59 Penilaian
Pengembang https://trywebwall.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.trywebwall.com/
URL Halaman Bantuan https://www.trywebwall.com/
Bahasa yang Didukung 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": [
        "*"
    ]
}