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.

Что такое Privacy AdBlocker - All In One AdBlocker?

Privacy AdBlocker - All In One AdBlocker - это расширение Chrome, разработанное PrivacyApps, и его основная функция - "Say goodbye to annoying ads and distractions with our powerful ad blocker. Enjoy a faster, clutter-free browsing experience.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Privacy AdBlocker - All In One AdBlocker

Скачайте файлы расширений Privacy AdBlocker - All In One AdBlocker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Privacy AdBlocker - All In One AdBlocker Privacy AdBlocker - All In One AdBlocker
ID pijignglcpccecojdibjfdklpmojhbda
Официальный URL https://chromewebstore.google.com/detail/privacy-adblocker-all-in/pijignglcpccecojdibjfdklpmojhbda
Описание Say goodbye to annoying ads and distractions with our powerful ad blocker. Enjoy a faster, clutter-free browsing experience.
Размер файла 3.13 MB
Количество установок 46,044
Текущая Версия 1.7
Последнее Обновление 2024-02-13
Дата публикации 2023-09-11
Рейтинг 4.25/5 Всего 20 оценок
Разработчик PrivacyApps
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://onlineprivacy.co/policy.html
Поддерживаемые языки 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"
            }
        ]
    }
}