Adaware AdBlock

The fastest and simplest ad blocker. Blocks all ads including Facebook and video ads. Added security guards against online threats.

Adaware AdBlockとは何ですか?

Adaware AdBlockはhttps://adaware.comによって開発されたChromeの拡張機能で、その主な機能は「The fastest and simplest ad blocker. Blocks all ads including Facebook and video ads. Added security guards against online threats.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Adaware AdBlock拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        By blocking annoying ads and nosy trackers, adaware ad block nearly doubles your browsing speed! And with the most robust antivirus-level cloud-scanning technology of any ad blocker on the market, you’ll be safe from the latest cyber-threats. Say goodbye to uninvited interruptions, and hello to peaceful browsing.

*Take control of your browsing:*
- Block Ads & Trackers: Block annoying ads like banner ads, pop-ups and video ads & hide your digital footprint. 

- Web Protection: Protects you from dangerous websites in real-time.

- Whitelist YouTube Channels: Help support your favorite YouTube stars by whitelisting their channel.

-Double your browsing speed! adaware ad block efficiently filters out ads and trackers faster than any other ad blocker on the market. See what it’s like to nearly double your browsing speed!
Go to https://www.adaware.com/blog/adaware-ad-block-fastest-on-chrome for more info!                    

拡張機能の基本情報

名前 Adaware AdBlock Adaware AdBlock
ID cmllgdnjnkbapbchnebiedipojhmnjej
公式URL https://chromewebstore.google.com/detail/adaware-adblock/cmllgdnjnkbapbchnebiedipojhmnjej
説明 The fastest and simplest ad blocker. Blocks all ads including Facebook and video ads. Added security guards against online threats.
ファイルサイズ 3.96 MB
インストール数 242,094
現在のバージョン 3.1.1
最終更新日 2023-10-24
公開日 2018-06-18
評価 4.19/5 合計 349 レビュー
開発者 https://adaware.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://adaware.com/ad-block
ヘルプページのURL http://adaware.com/faq/adaware%20ad%20block
プライバシーポリシーページのURL http://www.adaware.com/privacy-policy
対応言語 de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Lavasoft",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png"
        },
        "default_title": "Adaware AdBlock",
        "default_popup": "popup-adaware.html"
    },
    "commands": {
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-logger": {
            "description": "__MSG_popupTipLog__"
        },
        "open-dashboard": {
            "description": "__MSG_popupTipDashboard__"
        },
        "relax-blocking-mode": {
            "description": "__MSG_relaxBlockingMode__"
        },
        "toggle-cosmetic-filtering": {
            "description": "__MSG_toggleCosmeticFiltering__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/easylist.to\/*",
                "https:\/\/*.fanboy.co.nz\/*",
                "https:\/\/filterlists.com\/*",
                "https:\/\/forums.lanik.us\/*",
                "https:\/\/github.com\/*",
                "https:\/\/*.github.io\/*",
                "https:\/\/*.letsblock.it\/*"
            ],
            "js": [
                "\/js\/scriptlets\/subscriber.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "128": "img\/main\/icon_128.png",
        "16": "img\/main\/icon_16.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "73.0",
    "name": "Adaware AdBlock",
    "options_ui": {
        "page": "dashboard.html",
        "open_in_tab": true
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "Adaware AdBlock",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "3.1.1",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}