AdBlock Secure

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

AdBlock Secure란 무엇입니까?

AdBlock Secure은(는) SecureTools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No ads, no pop-ups, no banners, no trackers. Uninterrupted browsing experience on all websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

AdBlock Secure 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 AdBlock Secure AdBlock Secure
ID kdpafaoknhlpeeimedffocdmjonbjohi
공식 URL https://chromewebstore.google.com/detail/adblock-secure/kdpafaoknhlpeeimedffocdmjonbjohi
설명 No ads, no pop-ups, no banners, no trackers. Uninterrupted browsing experience on all websites.
파일 크기 11.06 MB
설치 횟수 197
현재 버전 0.1.30
최근 업데이트 2023-12-15
출시 날짜 2023-07-03
평점 5.00/5 총 1 개의 평점
개발자 SecureTools
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://adblocksecure.com/privacy_policy.html
지원되는 언어 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"
            }
        ]
    }
}