AdBlock Secure

No ads, no pop-ups, no banners, no trackers. Uninterrupted browsing experience on all websites.

Co to jest AdBlock Secure?

AdBlock Secure to rozszerzenie Chrome opracowane przez SecureTools, a jego główną funkcją jest „No ads, no pop-ups, no banners, no trackers. Uninterrupted browsing experience on all websites.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AdBlock Secure

Pobierz pliki rozszerzeń AdBlock Secure w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        AdBlock Secure is a powerful tool that can enhance online browsing experiences by removing various forms of advertisements, including banner ads, video ads, and pop-ups. By eliminating these intrusive elements, users can focus on the content they truly wish to engage with, without distractions that disrupt their browsing flow. Additionally, ad blockers often improve page loading times since they prevent the loading of resource-intensive ads.

With AdBlock Secure settings, you have the freedom to control ad blocking and website notification popups according to your preferences, both globally and on a site-by-site basis. This ensures a seamless browsing experience tailored to your needs and interests. You can manage AdBlock Secure extension behavior by configuring specific settings:

1. "Ad Blocking": enabling and disabling ad blocking for all websites
You have the option to easily control ad blocking settings across all websites. By toggling the ad blocking feature on, you can keep intrusive ads at bay, enhancing your browsing experience. Conversely, turning it off allows you to access websites without any restrictions on advertisements.

2. "Acceptable Ads": customizing ad blocking for specific websites
Fine-tune your ad blocking preferences by whitelisting specific websites through the extension settings. When you add a website to the "Acceptable Ads" section, the extension will refrain from blocking any ads on those whitelisted sites. This way, you can support your favorite content creators while still enjoying an ad-free experience on other websites.

3. "Pop-Up Blocker": managing website notifications for all websites
Take control over website notification popups through a user-friendly toggle mechanism. Engage this feature to effectively inhibit bothersome notification popups that have the potential to disrupt your workflow or browsing session. Should you wish to receive notifications, you can effortlessly deactivate this function at your convenience.

4. "Acceptable Pop-Ups": tailoring website notification popups for specific websites
Enjoy a personalized approach to website notification popups by whitelisting specific websites in the "Acceptable Pop-Ups" section of the extension settings. Once added to the list, the extension will no longer block any popups from these whitelisted sites. Say goodbye to unnecessary interruptions while staying informed on websites that matter to you.                    

Podstawowe informacje o rozszerzeniu

Nazwa AdBlock Secure AdBlock Secure
ID kdpafaoknhlpeeimedffocdmjonbjohi
Oficjalny URL https://chromewebstore.google.com/detail/adblock-secure/kdpafaoknhlpeeimedffocdmjonbjohi
Opis No ads, no pop-ups, no banners, no trackers. Uninterrupted browsing experience on all websites.
Rozmiar pliku 11.06 MB
Liczba instalacji 197
Aktualna Wersja 0.1.30
Ostatnia Aktualizacja 2023-12-15
Data Publikacji 2023-07-03
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper SecureTools
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://adblocksecure.com/privacy_policy.html
Obsługiwane Języki de,en,fr,nl,no,tr,da,es,it,pl,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "44": "assets\/icons\/44.png",
        "48": "assets\/icons\/48.png",
        "54": "assets\/icons\/54.png",
        "64": "assets\/icons\/64.png",
        "80": "assets\/icons\/80.png",
        "90": "assets\/icons\/90.png",
        "120": "assets\/icons\/120.png",
        "128": "assets\/icons\/128.png",
        "150": "assets\/icons\/150.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "32": "assets\/icons\/32.png",
            "44": "assets\/icons\/44.png",
            "48": "assets\/icons\/48.png",
            "54": "assets\/icons\/54.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-scripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "web-accessible-resources\/*",
                "web-accessible-resources2\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        },
        {
            "resources": [
                "adguard\/war\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "storage",
        "contentSettings",
        "scripting",
        "activeTab"
    ],
    "version": "0.1.30",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "adguard\/filters\/declarative\/ruleset_1\/ruleset_1.json"
            },
            {
                "id": "ruleset_13",
                "enabled": false,
                "path": "adguard\/filters\/declarative\/ruleset_13\/ruleset_13.json"
            },
            {
                "id": "ruleset_14",
                "enabled": false,
                "path": "adguard\/filters\/declarative\/ruleset_14\/ruleset_14.json"
            },
            {
                "id": "ruleset_16",
                "enabled": false,
                "path": "adguard\/filters\/declarative\/ruleset_16\/ruleset_16.json"
            },
            {
                "id": "ruleset_2",
                "enabled": false,
                "path": "adguard\/filters\/declarative\/ruleset_2\/ruleset_2.json"
            },
            {
                "id": "ruleset_224",
                "enabled": false,
                "path": "adguard\/filters\/declarative\/ruleset_224\/ruleset_224.json"
            },
            {
                "id": "ruleset_3",
                "enabled": false,
                "path": "adguard\/filters\/declarative\/ruleset_3\/ruleset_3.json"
            },
            {
                "id": "ruleset_4",
                "enabled": false,
                "path": "adguard\/filters\/declarative\/ruleset_4\/ruleset_4.json"
            },
            {
                "id": "ruleset_5",
                "enabled": false,
                "path": "adguard\/filters\/declarative\/ruleset_5\/ruleset_5.json"
            },
            {
                "id": "ruleset_6",
                "enabled": false,
                "path": "adguard\/filters\/declarative\/ruleset_6\/ruleset_6.json"
            },
            {
                "id": "ruleset_7",
                "enabled": false,
                "path": "adguard\/filters\/declarative\/ruleset_7\/ruleset_7.json"
            },
            {
                "id": "ruleset_8",
                "enabled": false,
                "path": "adguard\/filters\/declarative\/ruleset_8\/ruleset_8.json"
            },
            {
                "id": "ruleset_9",
                "enabled": false,
                "path": "adguard\/filters\/declarative\/ruleset_9\/ruleset_9.json"
            }
        ]
    }
}