AdBlock One: best free ad blocker

Shows you the current status of AdBlock One and lets you customize hidden website elements within Chrome.

AdBlock One: best free ad blocker란 무엇입니까?

AdBlock One: best free ad blocker은(는) Trend Micro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows you the current status of AdBlock One and lets you customize hidden website elements within Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AdBlock One: best free ad blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AdBlock One can help stop annoying online ads from bothering you, make web pages load faster, and even enhance your security.

Stop seeing intrusive video, pop-up, interstitial, and banner ads on the web.

Easily make exceptions to keep seeing ads on the websites you want to support.

See how much faster websites open once unwanted ads no longer appear. Try AdBlock One for free right now to enjoy all these advantages.

Key Benefits:

1. Block Ads Effectively
Stop seeing all sorts of ads on the websites you visit and start enjoying the web more.

2. Browse the Web More Safely
Protect your privacy and personal information by disrupting tracking systems and blocking sneaky scams or suspicious ads.

3. Open Websites Faster
Preventing ads from showing up makes websites appear more quickly so you can get more done.

4. Trust Your Favorite Websites
Put the websites that you want to support on an exception list so they can keep earning money by showing ads to you.

5. Keep Things Simple
Take advantage of all of these features easily without spending a lot of time setting up or learning how to use the app.

6. Get the Support You Need
Find recommendations and useful advice on the support page, or ask for help through email or an online chat.

Your suggestions can make AdBlock One even better. Share your ideas through the App Store or the feedback page inside the AdBlock One app.
 
Trend Micro Privacy Policy
http://gr.trendmicro.com/GREntry/NonPayment?Target=AdBlockOneChrome&OS=&SP=&PID=CABO10&FunID=DataCollectionNotice&VID=&Locale=EN-US
Trend Micro License Agreement
http://gr.trendmicro.com/GREntry/NonPayment?Target=AdBlockOneChrome&OS=&SP=&PID=CABO10&FunID=LicenseAgreement&VID=&Locale=EN-US

Customer Support: [email protected]

Please be advised that this app is only offered in English in this country.                    

확장 프로그램 기본 정보

이름 AdBlock One: best free ad blocker AdBlock One: best free ad blocker
ID fggpdbcnidblcfgehdgddnjbhnmpelgh
공식 URL https://chrome.google.com/webstore/detail/adblock-one-best-free-ad/fggpdbcnidblcfgehdgddnjbhnmpelgh
설명 Shows you the current status of AdBlock One and lets you customize hidden website elements within Chrome.
파일 크기 4.25 MB
설치 횟수 8,633
현재 버전 1.2.2.1047
최근 업데이트 2022-09-22
출시 날짜 2022-01-09
평점 4.20/5 총 10 개의 평점
개발자 Trend Micro
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://gr.trendmicro.com/GREntry/NonPayment?Target=AdBlockOneChrome&OS=&SP=&PID=CABO10&FunID=SupportHome&VID=&Locale=EN-US
도움말 페이지 URL http://gr.trendmicro.com/GREntry/NonPayment?Target=AdBlockOneChrome&OS=&SP=&PID=CABO10&FunID=SupportHome&VID=&Locale=EN-US
개인정보 보호 정책 페이지 URL https://www.trendmicro.com/en_us/about/legal/privacy-policy-product.html
지원되는 언어 de,en,fr,nl,es,it,pt-BR,ru,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "assets\/browser-polyfill.js",
                "assets\/content-f768d2c0.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "assets\/browser-polyfill.js",
                "assets\/advContent-61757df5.js"
            ]
        }
    ],
    "name": "__MSG_extension_name__",
    "default_locale": "en",
    "icons": {
        "512": ".\/static\/images\/icon\/icon-512.png",
        "48": ".\/static\/images\/icon\/icon-48.png",
        "96": ".\/static\/images\/icon\/icon-96.png"
    },
    "web_accessible_resources": [
        "*.html",
        "*_locales\/**\/*.json",
        "*static\/adScript\/*.json",
        "static\/adScript\/*.js",
        "Utils-0f12371b.js",
        "jquery-30b7ded9.js",
        "content.js",
        "advContent.js"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "assets\/browser-polyfill.js",
            "assets\/browser-polyfill-executeScript.js",
            "assets\/background-c101863b.js"
        ]
    },
    "version": "1.2.2.1047",
    "options_page": ".\/static\/page\/option.html",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": {
            "32": ".\/static\/images\/icon\/toolbar-icon-32.png",
            "16": ".\/static\/images\/icon\/toolbar-icon-16.png"
        },
        "default_popup": ".\/static\/page\/popup.html"
    },
    "description": "__MSG_extension_description__"
}