Privacy AdBlocker - All In One AdBlocker

Say goodbye to annoying ads and distractions with our powerful ad blocker. Enjoy a faster, clutter-free browsing experience.

What is Privacy AdBlocker - All In One AdBlocker?

Privacy AdBlocker - All In One AdBlocker is a Chrome extension developed by PrivacyApps, and its main feature is "Say goodbye to annoying ads and distractions with our powerful ad blocker. Enjoy a faster, clutter-free browsing experience.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Privacy AdBlocker - All In One AdBlocker Extension CRX File

Download Privacy AdBlocker - All In One AdBlocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Experience a faster, safer, and more private browsing experience with Privacy Ad Blocker. Our cutting-edge ad blocking technology empowers you to take control of your online experience by eliminating intrusive ads, pop-ups, and trackers.

Key Features:

Advanced Ad Blocking: Say goodbye to annoying ads that disrupt your online activities. Privacy Ad Blocker uses state-of-the-art ad blocking algorithms to keep your browsing clean and clutter-free.

Enhanced Privacy: Protect your online privacy by blocking tracking scripts and cookies. Keep your personal information safe from prying eyes.

Security Boost: Stay safe from malicious ads and potential threats. Our ad blocker helps you steer clear of deceptive ads that could harm your device.

Seamless Installation: Installing Privacy Ad Blocker is a breeze. Just a few clicks, and you're ready to enjoy a smoother browsing experience.

Effortless Usage: Once installed, our ad blocker works silently in the background. No configuration required. Just browse the web like you always do, but without the hassle of ads.

Regular Updates: We're committed to keeping your ad-blocking technology up-to-date. Benefit from continuous improvements and stay protected against the latest advertising tricks.

Upgrade your browsing experience with Privacy Ad Blocker today. Install it now to enjoy faster, safer, and more private browsing. Say goodbye to intrusive ads and regain control of your online world.                    

Extension Basic Information

Name Privacy AdBlocker - All In One AdBlocker Privacy AdBlocker - All In One AdBlocker
ID pijignglcpccecojdibjfdklpmojhbda
Official URL https://chromewebstore.google.com/detail/privacy-adblocker-all-in/pijignglcpccecojdibjfdklpmojhbda
Description Say goodbye to annoying ads and distractions with our powerful ad blocker. Enjoy a faster, clutter-free browsing experience.
File Size 3.13 MB
Installation Count 46,044
Current Version 1.7
Last Updated 2024-02-13
Publish Date 2023-09-11
Rating 4.25/5 Total 20 Ratings
Developer PrivacyApps
Email [email protected]
Payment Type free
Privacy Policy Page URL https://onlineprivacy.co/policy.html
Supported Languages id,ms,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "icons": {
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "64": "\/icons\/64.png",
        "128": "\/icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "web_accessible_resources\/css.txt"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "version": "1.7",
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "dnr\/1.json"
            },
            {
                "id": "2",
                "enabled": true,
                "path": "dnr\/2.json"
            },
            {
                "id": "3",
                "enabled": true,
                "path": "dnr\/3.json"
            },
            {
                "id": "4",
                "enabled": true,
                "path": "dnr\/4.json"
            },
            {
                "id": "5",
                "enabled": true,
                "path": "dnr\/5.json"
            },
            {
                "id": "6",
                "enabled": true,
                "path": "dnr\/6.json"
            },
            {
                "id": "7",
                "enabled": true,
                "path": "dnr\/7.json"
            },
            {
                "id": "8",
                "enabled": true,
                "path": "dnr\/8.json"
            },
            {
                "id": "9",
                "enabled": true,
                "path": "dnr\/9.json"
            }
        ]
    }
}