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ファイルをダウンロード

Ultimate Ad Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}