Ultima AdBlocker - The Life without Ads.

Ultima AdBlocker removes banners and video ads.

什麼是Ultima AdBlocker - The Life without Ads.?

Ultima AdBlocker - The Life without Ads.是由Ultima開發的Chrome擴展程式,該擴展的主要功能是“Ultima AdBlocker removes banners and video ads.”。

擴展截圖

screenshot

下載Ultima AdBlocker - The Life without Ads.擴展crx文件

下載Ultima AdBlocker - The Life without Ads.擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Description:
Tired of intrusive ads disrupting your browsing experience? Say goodbye to pesky ads with Ultima AdBlocker - the ultimate Chrome extension designed to enhance your web surfing without distractions.

Features:

🚫 Powerful Ad Blocking: Enjoy a seamless browsing experience as Ultima AdBlocker efficiently blocks advertisements on websites, allowing you to focus on the content that matters.

🚀 Improved Page Load Times: By eliminating ads and other unnecessary elements, our extension speeds up page loading, ensuring you access your favorite websites faster.

🔒 Privacy Protection: Rest easy knowing that Ultima AdBlocker does not collect any personal information or track your browsing behavior. Your privacy is our priority.

🎨 Customizable Settings: Fine-tune your ad-blocking preferences with customizable settings. Whitelist your favorite sites to support content creators or enable/disable blocking on specific pages.

🌐 Seamless Compatibility: Our extension works seamlessly with Chrome, providing reliable ad blocking across various websites and web applications.

💡 Effortless Installation: Get up and running in no time. Simply install Ultima AdBlocker from the Chrome Web Store, and you're ready to browse ad-free!

Don't let annoying ads get in the way of your online experience. Install Ultima AdBlocker today and embrace a cleaner, faster, and more enjoyable web surfing journey.

Note: Ultima AdBlocker does not collect any personal data. Read our privacy policy for more details.                    

擴展基本資訊

名稱 Ultima AdBlocker - The Life without Ads. Ultima AdBlocker - The Life without Ads.
ID ijmhcfhmmgokijndpfgleackflajjkdn
官方網址 https://chromewebstore.google.com/detail/ultima-adblocker-the-life/ijmhcfhmmgokijndpfgleackflajjkdn
簡介 Ultima AdBlocker removes banners and video ads.
檔案大小 1.64 MB
安裝次數 36,922
目前版本 1.0.1
更新時間 2023-07-27
上架時間 2023-07-26
評分 4.47/5 共 19 次評分
開發者 Ultima
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://freefromads.com/privacy.php
支援的語言 de,en,fr,nl,no,da,es,it,pt-BR,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "version": "1.0.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "third-party\/element-collapser.js",
                "third-party\/css-hits-counter.js",
                "third-party\/extended-css.js",
                "content-scripts.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "alarms",
        "scripting",
        "storage",
        "declarativeNetRequest",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "net_rules\/1.json"
            },
            {
                "id": "2",
                "enabled": true,
                "path": "net_rules\/2.json"
            },
            {
                "id": "3",
                "enabled": true,
                "path": "net_rules\/3.json"
            },
            {
                "id": "4",
                "enabled": false,
                "path": "net_rules\/4.json"
            },
            {
                "id": "5",
                "enabled": false,
                "path": "net_rules\/5.json"
            },
            {
                "id": "6",
                "enabled": false,
                "path": "net_rules\/6.json"
            },
            {
                "id": "7",
                "enabled": true,
                "path": "net_rules\/domain_rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}