Ultimate Ad Blocker

Blocking Ads on World Wide Web!

Ultimate Ad Blocker란 무엇입니까?

Ultimate Ad Blocker은(는) http://ultimateadblocker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocking Ads on World Wide Web!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Introducing the ultimate browsing experience with our Ultimate ad blocker - A free AdBlocker chrome extension! Say goodbye to annoying pop-ups, auto-playing videos, and intrusive ads - Our extension blocks it all. Enjoy lightning-fast browsing speeds and a clutter-free browsing experience. Protect your privacy and save time by blocking unwanted ads and trackers. With our easy-to-use interface, you can seamlessly enjoy a browsing experience free from distractions. Upgrade your browsing experience today with our Ultimate ad blocker - A free AdBlocker chrome extension!

✓ Blocks all types of ads: pop-ups, auto-playing videos, banners, and more
✓ Improves browsing speed and overall performance
✓ Protects user privacy by blocking unwanted trackers
✓ Easy-to-use interface with minimal setup
✓ Lightweight and consumes minimal resources
✓ Regular updates to keep up with new ad formats
✓ Blocks malware and phishing attempts

Please Note: When installing Ultimate Ad Blocker for Google Chrome, you will receive a warning that Ultimate Ad Blocker will receive access to your browsing history and data. This is a standard message - we NEVER collect any user information.

Ultimate AdBlocker is also available for Firefox.

By downloading and installing this extension, you agree to our Privacy Policy 
https://ultimateadb.com/privacy.html                    

확장 프로그램 기본 정보

이름 Ultimate Ad Blocker Ultimate Ad Blocker
ID jfhbealifiddpdbakoaogajmffjdonie
공식 URL https://chrome.google.com/webstore/detail/ultimate-ad-blocker/jfhbealifiddpdbakoaogajmffjdonie
설명 Blocking Ads on World Wide Web!
파일 크기 7.47 MB
설치 횟수 498,529
현재 버전 1.4.3
최근 업데이트 2023-02-11
출시 날짜 2022-06-25
평점 4.69/5 총 4305 개의 평점
개발자 http://ultimateadblocker.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ultimateadblocker.com
개인정보 보호 정책 페이지 URL https://ultimateadb.com/privacy.html
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.4.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/*.youtube.com\/",
                ""
            ],
            "js": [
                "js\/insert.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/block_ad.js",
                "web-accessible-resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": {
            "48": "images\/logo.png",
            "128": "images\/logo.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "declarative_net_request\/rules_1.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "declarative_net_request\/rules_2.json"
            },
            {
                "id": "ruleset_3",
                "enabled": true,
                "path": "declarative_net_request\/rules_3.json"
            },
            {
                "id": "ruleset_4",
                "enabled": true,
                "path": "declarative_net_request\/rules_4.json"
            },
            {
                "id": "ruleset_5",
                "enabled": true,
                "path": "declarative_net_request\/rules_5.json"
            },
            {
                "id": "ruleset_6",
                "enabled": true,
                "path": "declarative_net_request\/rules_6.json"
            },
            {
                "id": "ruleset_7",
                "enabled": true,
                "path": "declarative_net_request\/rules_7.json"
            },
            {
                "id": "ruleset_8",
                "enabled": true,
                "path": "declarative_net_request\/rules_8.json"
            },
            {
                "id": "ruleset_9",
                "enabled": true,
                "path": "declarative_net_request\/rules_9.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "icons": {
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    }
}