AdBlocker by Trustnav

Adblocker by Trustnav is the definitive adblock as it removes popups, annoying banners and video ads.

AdBlocker by Trustnav란 무엇입니까?

AdBlocker by Trustnav은(는) https://trustnav.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adblocker by Trustnav is the definitive adblock as it removes popups, annoying banners and video ads."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AdBlocker by Trustnav 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AdBlocker is the fastest adblock extension available.

Use AdBlocker to get rid of banner ads, popup windows and stop advertising companies from tracking your moves online.

Surf the internet safely and ad-free with the most complete and lightweight adblock extension for Chrome!

Free AdBlocker blocks:
* Annoying Banners
* Annoying Facebook Ads and Sponsored Stories
* Ad-network tracking
* Popups and Pop-unders

AdBlocker is part of Trustnav Security Suite. Get complete protection for yourself and your family at www.trustnav.com

By installing AdBlocker you accept the following ToS and Privacy Policy:
www.trustnav.com/privacy
www.trustnav.com/tos                    

확장 프로그램 기본 정보

이름 AdBlocker by Trustnav AdBlocker by Trustnav
ID dgbldpiollgaehnlegmfhioconikkjjh
공식 URL https://chromewebstore.google.com/detail/adblocker-by-trustnav/dgbldpiollgaehnlegmfhioconikkjjh
설명 Adblocker by Trustnav is the definitive adblock as it removes popups, annoying banners and video ads.
파일 크기 1.07 MB
설치 횟수 371,901
현재 버전 2.8.6
최근 업데이트 2023-01-10
출시 날짜 2019-05-08
평점 4.24/5 총 1512 개의 평점
개발자 https://trustnav.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.trustnav.com/en/adblocker
도움말 페이지 URL https://support.trustnav.com/hc/en-us
개인정보 보호 정책 페이지 URL https://www.trustnav.com/en/legal/privacy
지원되는 언어 de,en,fr,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "2.8.6",
    "default_locale": "en",
    "browser_action": {
        "default_popup": ".\/views\/popup\/popup.html",
        "default_icon": ".\/icons\/Block64.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "adblock\/polyfill.js",
                "adblock\/ext\/common.js",
                "adblock\/ext\/content.js",
                "adblock\/include.preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                ".\/vendors\/jquery.min.js",
                ".\/content_scripts\/popup_blocker\/utils.js",
                ".\/content_scripts\/popup_blocker\/events.js",
                ".\/content_scripts\/popup_blocker\/popupBlocker.js"
            ],
            "css": [
                ".\/content_scripts\/popup_blocker\/css\/style.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                ".\/config\/config.js",
                ".\/vendors\/jquery.min.js",
                ".\/content_scripts\/notifications.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.trustnav.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/account.js"
            ],
            "matches": [
                "*:\/\/*.trustnav.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/config\/config.js",
                ".\/content_scripts\/trustnav_frame.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": ".\/icons\/Block16.png",
        "32": ".\/icons\/Block32.png",
        "48": ".\/icons\/Block48.png",
        "64": ".\/icons\/Block64.png",
        "128": ".\/icons\/Block128.png"
    },
    "background": {
        "page": ".\/background\/background.html"
    },
    "permissions": [
        "",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "cookies",
        "contextMenus",
        "unlimitedStorage",
        "notifications"
    ],
    "storage": {
        "managed_schema": "adblock\/managed-storage-schema.json"
    },
    "web_accessible_resources": [
        "\/views\/notifications\/notifications.html",
        "views\/popUpBlockNotification\/index.html",
        "views\/notifications\/installation_success\/index.html",
        "views\/notifications\/daily\/index.html",
        "views\/notifications\/0days\/index.html",
        "views\/notifications\/limit_reached\/index.html",
        "views\/notifications\/search_extension_uninstalled\/index.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/platform.twitter.com https:\/\/cdn.amplitude.com; object-src 'self'"
}