AdBlock Ultimate - Browser without ads

Absolutely free adblocking extension

AdBlock Ultimate - Browser without adsとは何ですか?

AdBlock Ultimate - Browser without adsはjusephohaddadによって開発されたChromeの拡張機能で、その主な機能は「Absolutely free adblocking extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

AdBlock Ultimate - Browser without ads拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        🙌Meet AdBlock Ultimate: The Pinnacle of Ad-Free Browsing🙌

Tired of the constant barrage of ads disrupting your online journey? 
AdBlock Ultimate is your solution. Crafted to perfection, this extension offers a pristine and secure browsing experience, free from the chaos of unwanted ads.

❗What Sets AdBlock Ultimate Apart❗
✅ Superior Ad Elimination: Harnessing state-of-the-art techniques, AdBlock Ultimate promises an unparalleled ad-free environment, filtering out even the sneakiest of ads.
✅ Shield Against Online Hazards: Beyond just ads, our rich database identifies and blocks malicious sources, ensuring your digital safety at all times.
✅ Instant Ad Feedback Mechanism: Notice an ad we missed? You can block single ads and let us know through the extension, and our team will jump into action, refining our system for an even better experience.
✅ Data Privacy First: At AdBlock Ultimate, your digital privacy is non-negotiable. Our extension is built to prioritize and protect your personal data at every turn.
✅ Flexible User Controls: AdBlock Ultimate is as adaptable as you need it to be. From toggling features to adjusting settings, you’re in the driver’s seat.
✅ Streamlined Design: Experience ease of use like never before with our modern and straightforward interface, suitable for all users.


🚂 Navigate the Web, Your Way:
 Don’t let ads and potential threats dictate your online narrative. With AdBlock Ultimate, you set the rules. Personalize your settings, highlight overlooked ads, and craft a web experience that’s uniquely yours.

🙅🏼‍♂️ Protecting Your Data, Always:
Your digital privacy is at the heart of what we do. Understand our unwavering commitment to safeguarding your data by exploring our Privacy Policy
https://ultimate-adblocker.net/privacy                    

拡張機能の基本情報

名前 AdBlock Ultimate - Browser without ads AdBlock Ultimate - Browser without ads
ID holcdlbfgbidbikhnamlajgbaicjdjep
公式URL https://chromewebstore.google.com/detail/adblock-ultimate-browser/holcdlbfgbidbikhnamlajgbaicjdjep
説明 Absolutely free adblocking extension
ファイルサイズ 8.74 MB
インストール数 29,303
現在のバージョン 1.0.1
最終更新日 2024-02-06
公開日 2023-09-26
評価 4.90/5 合計 52 レビュー
開発者 jusephohaddad
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ultimate-adblocker.net/
プライバシーポリシーページのURL https://ultimate-adblocker.net/privacy
対応言語 de,en,en-GB,en-US,fr,nl,es,es-419,it,pt-BR,pt-PT,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.1",
    "default_locale": "en_US",
    "icons": {
        "16": "svgIcons\/icon-16x16.png",
        "32": "svgIcons\/icon-32x32.png",
        "48": "svgIcons\/icon-48x48.png",
        "64": "svgIcons\/icon-64x64.png",
        "128": "svgIcons\/icon-128x128.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting",
        "activeTab",
        "tabs",
        "webNavigation",
        "contextMenus"
    ],
    "action": {
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/war\/*",
                "*.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline'; child-src 'self';"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_1\/ruleset_1.json"
            },
            {
                "id": "ruleset_13",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_13\/ruleset_13.json"
            },
            {
                "id": "ruleset_14",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_14\/ruleset_14.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "filters\/declarative\/ruleset_2\/ruleset_2.json"
            },
            {
                "id": "ruleset_4",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_4\/ruleset_4.json"
            },
            {
                "id": "ruleset_6",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_6\/ruleset_6.json"
            },
            {
                "id": "ruleset_7",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_7\/ruleset_7.json"
            },
            {
                "id": "ruleset_8",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_8\/ruleset_8.json"
            },
            {
                "id": "ruleset_9",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_9\/ruleset_9.json"
            }
        ]
    }
}