AdBlocker Ultimate

Free and improved AdBlocker. Completely remove ALL ads. No "acceptable" ads or whitelisted advertisers, block tracking and malware!

AdBlocker Ultimate란 무엇입니까?

AdBlocker Ultimate은(는) https://adblockultimate.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free and improved AdBlocker. Completely remove ALL ads. No "acceptable" ads or whitelisted advertisers, block tracking and malware!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        AdBlocker Ultimate is designed with a singular purpose: remove all ads so you can focus your attention on the content you want.

Features
- Blocks all ads on all web pages, even on Facebook and YouTube
- Blocks malware and tracking
- Improves browser performance by removing unwanted content
- No "acceptable" ads or whitelisted websites/ad networks

AdBlocker Ultimate is a free extension that blocks text and banner ads (includes Facebook adblock) and malicious domains known to spread malware; it also disables sneaky tracking. We have extensive filters that filter against annoying display and video ads (includes YouTube adblock).

*** What are the advantages over AdGuard, Adblock or Adblock Plus? ***

Unlike other ad blockers, we do not have “acceptable ads” or an advertiser whitelist (i.e. certain advertisers pay to bypass ad filters). Blocking all ads has the added benefit of speeding up browsing because filtering out ads reduces CPU and memory usage. Therefore, the web browsing experience is way faster and outperforms other popular solutions: Adguard, Adblock, Adblock Plus, and even uBlock in some tests.

AdBlocker Ultimate allows you to easily accept ads from websites you choose, in cases where you want to give advertising credit to certain trusted websites - it is user's choice! 

*** How does AdBlocker Ultimate protect your privacy? ***

Protecting your online privacy is something that we take extremely seriously. We believe that they call it “privacy” for a reason. Thus, we’ve included our dedicated Ultimate Privacy Filter, which allows you to block an extensive list of online trackers, which keep track on every step you make on the Internet.

*** How does AdBlocker Ultimate keep online threats away from you? ***

AdBlocker Ultimate blocks domains known for distributing malware. Thus, we protect your computer from viruses, spyware, adware, etc. Our solution minimizes the risk of your computer being infected by malware while browsing the web.

*** Benefits of adblock technology ***
- Improve browser speed
- Improve page load speed
- Decrease memory usage of pages you visit
- Decrease bandwidth

*** Open Source ***
AdBlocker Ultimate is an open source project:
https://github.com/adblockultimate/

*** Found a bug? ***
Please use the report form here:
https://adblockultimate.net/report                    

확장 프로그램 기본 정보

이름 AdBlocker Ultimate AdBlocker Ultimate
ID ohahllgiabjaoigichmmfljhkcfikeof
공식 URL https://chromewebstore.google.com/detail/adblocker-ultimate/ohahllgiabjaoigichmmfljhkcfikeof
설명 Free and improved AdBlocker. Completely remove ALL ads. No "acceptable" ads or whitelisted advertisers, block tracking and malware!
파일 크기 6.36 MB
설치 횟수 1,385,563
현재 버전 3.8.21
최근 업데이트 2024-02-15
출시 날짜 2020-06-29
평점 4.83/5 총 50971 개의 평점
개발자 https://adblockultimate.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://adblockultimate.net/
도움말 페이지 URL https://adblockultimate.net/contact
개인정보 보호 정책 페이지 URL https://adblockultimate.net/privacy.html
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr2Pqt+V0eGdP\/ZlzTEf3fbsSi+S+VTz\/dmchekNg0dPN9B+3\/d+\/ZUA\/1Aon0sniTcDlisRAl1YByp0j1RchO7W5I\/JCSq4gWn6sSZcyaON626hiDjIRATBf0Sxhzlur8Ukxgn1XL7ThotmPLI+o9CNMC1kvHY3FvKEmqDGHA1QzrgNuwlBh6vEXutndbGh6AkSLJCnqAxpa0GcnQ8T+ZoEXlubZ4G6ZMYpivLjma0OIUCSfv3vK4odevZ3In7S60aUPsj7ANKMTpErEtsIxi3DKry2jLEI4WQ3u2fsf41iCKhSFtsRbe3TKJMbQwZ4hMCVl\/vEh7mvVlnA7qZx9ZwIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "author": "AdAvoid Ltd",
    "version": "3.8.21",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/gray-19.png",
            "38": "icons\/gray-38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "pages\/popup.html"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/libs\/css.escape.js",
                "lib\/utils\/element-collapser.js",
                "lib\/utils\/css-hits-counter.js",
                "lib\/libs\/extended-css.js",
                "lib\/content-script\/abu-content.js",
                "lib\/content-script\/common-script.js",
                "lib\/content-script\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "lib\/content-script\/content-utils.js"
            ],
            "css": [
                "lib\/content-script\/css\/alert.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "css": [
                "lib\/content-script\/assistant\/css\/select-element.css"
            ],
            "js": [
                "lib\/libs\/diff_match_patch.js",
                "lib\/libs\/dom.patched.js",
                "lib\/utils\/balalaika.patched.js",
                "lib\/content-script\/i18n-helper.js",
                "lib\/content-script\/assistant\/js\/abu-selector.js",
                "lib\/content-script\/assistant\/js\/abu-rules-constructor.js",
                "lib\/content-script\/assistant\/js\/assistant.js",
                "lib\/content-script\/assistant\/js\/start-assistant.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "lib\/libs\/jquery-3.6.0.min.js",
                "lib\/libs\/jquery-ui.min.js",
                "lib\/libs\/diff_match_patch.js",
                "lib\/libs\/dom.js",
                "lib\/content-script\/i18n-helper.js",
                "lib\/content-script\/shield.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "minimum_chrome_version": "21.0",
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "lib\/content-script\/assistant\/*",
        "pages\/shield\/*"
    ]
}