AdGuard: Free Ad Blocker For Chrome

AdGuard: Free Ad Blocker For Chrome, Blocks ads on Facebook, YouTube and all other websites.

AdGuard: Free Ad Blocker For Chromeとは何ですか?

AdGuard: Free Ad Blocker For Chromeはburrellrolandayirrdによって開発されたChromeの拡張機能で、その主な機能は「AdGuard: Free Ad Blocker For Chrome, Blocks ads on Facebook, YouTube and all other websites.」です。

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

screenshot
screenshot
screenshot

AdGuard: Free Ad Blocker For Chrome拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        AdGuard: Free Ad Blocker For Chrome is available in the chrome web store, just install it and block Unmatched and pop-up ads.

AdGuard: Free Ad Blocker effectively blocks all types of ads on all web pages, even on Facebook, YouTube and others!

How To Use:-

1. Firstly Click on "Add to chrome" Button.
2. After downloading, just click on "Extension icon"
3. You see Pop-up menu where you can do on/off adblock.
4. Visit any site and do same On/Off then ads are block.

Thanks :)                    

拡張機能の基本情報

名前 AdGuard: Free Ad Blocker For Chrome AdGuard: Free Ad Blocker For Chrome
ID mjkioojopjemgkhdncehnfbanlikfeej
公式URL https://chromewebstore.google.com/detail/adguard-free-ad-blocker-f/mjkioojopjemgkhdncehnfbanlikfeej
説明 AdGuard: Free Ad Blocker For Chrome, Blocks ads on Facebook, YouTube and all other websites.
ファイルサイズ 132 KB
インストール数 820
現在のバージョン 2.0
最終更新日 2022-06-06
公開日 2021-08-25
評価 4.00/5 合計 5 レビュー
開発者 burrellrolandayirrd
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://apkmanager.co/adguard/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdGuard: Free Ad Blocker For Chrome",
    "description": "AdGuard: Free Ad Blocker For Chrome, Blocks ads on Facebook, YouTube and all other websites.",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/service_worker.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/image\/icon16.png",
            "32": "\/image\/icon32.png",
            "48": "\/image\/icon48.png",
            "128": "\/image\/icon128.png"
        }
    },
    "icons": {
        "16": "\/image\/icon16.png",
        "32": "\/image\/icon32.png",
        "48": "\/image\/icon48.png",
        "128": "\/image\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}