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.

O que é Privacy AdBlocker - All In One AdBlocker?

Privacy AdBlocker - All In One AdBlocker é uma extensão do Chrome desenvolvida por PrivacyApps, e sua principal característica é "Say goodbye to annoying ads and distractions with our powerful ad blocker. Enjoy a faster, clutter-free browsing experience.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Privacy AdBlocker - All In One AdBlocker

Baixe arquivos de extensão Privacy AdBlocker - All In One AdBlocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Privacy AdBlocker - All In One AdBlocker Privacy AdBlocker - All In One AdBlocker
ID pijignglcpccecojdibjfdklpmojhbda
URL Oficial https://chromewebstore.google.com/detail/privacy-adblocker-all-in/pijignglcpccecojdibjfdklpmojhbda
Descrição Say goodbye to annoying ads and distractions with our powerful ad blocker. Enjoy a faster, clutter-free browsing experience.
Tamanho do Arquivo 3.13 MB
Contagem de Instalações 46,044
Versão Atual 1.7
Última Atualização 2024-02-13
Data de Publicação 2023-09-11
Classificação 4.25/5 Total de 20 Avaliações
Desenvolvedor PrivacyApps
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://onlineprivacy.co/policy.html
Idiomas Suportados 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"
            }
        ]
    }
}