Adblock Web - Adblocker for Chrome

Get rid of any intrusive ads easily and make your web cleaner!

Adblock Web - Adblocker for Chromeとは何ですか?

Adblock Web - Adblocker for Chromeはuadblock Incによって開発されたChromeの拡張機能で、その主な機能は「Get rid of any intrusive ads easily and make your web cleaner!」です。

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

screenshot
screenshot
screenshot
screenshot

Adblock Web - Adblocker for Chrome拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Adblock Web  is a powerful but simple, ad blocking tool for your browser.  

We have made our algorithm strong so you will enjoy surfing as you want. Our extension blocks annoying content and  enables you to know the security status of a website. The extension not only helps you access the content without ads but also secure browsing. 

Our product Adblock for Chrome for blocking ads is a modern artwork that uplifts your online experience by offering next-level security and user experience in a single click.

The extension gives you an opportunity to block any element on a web page. Including video and video ads.
To block an element click the button 'add element' and then click the element you want to be blocked. In case you want to unblock the element, go to the options -> 'Add your own filter' and remove the filter from the list.

How to use adblock extension?

Once you install the adblock extension on Chrome, click the extension icon (adblock) at the top right corner to turn on its features. We don’t allow any type of ads and block every ad even that you don’t see. 

Save your time and improve browser speed with good working Adblock. Click "Add to chrome" button and enjoy browser surfing without ads.

If you have any queries, suggestions, or feedback, please contact us and help us improve our services for you.                    

拡張機能の基本情報

名前 Adblock Web - Adblocker for Chrome Adblock Web - Adblocker for Chrome
ID jhkhlgaomejplkanglolfpcmfknnomle
公式URL https://chromewebstore.google.com/detail/adblock-web-adblocker-for/jhkhlgaomejplkanglolfpcmfknnomle
説明 Get rid of any intrusive ads easily and make your web cleaner!
ファイルサイズ 1.07 MB
インストール数 322,402
現在のバージョン 1.0.8
最終更新日 2023-07-24
公開日 2021-10-05
評価 4.62/5 合計 344 レビュー
開発者 uadblock Inc
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/adblock-web/privacy-policy
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "libs\/jquery-3.1.1.min.js",
            "libs\/async.js",
            "chrome-extensions\/exclusionlist.js",
            "libs\/polyfills\/url.js",
            "libs\/polyfills\/promise.js",
            "libs\/polyfills\/fetch.js",
            "chrome-extensions\/common.js",
            "chrome-extensions\/xml2json.js",
            "chrome-extensions\/background.js",
            "libs\/compat.js",
            "libs\/info.js",
            "libs\/publicSuffixList.js",
            "libs\/adblockplus.js",
            "libs\/sha1.js",
            "libs\/jsbn.js",
            "libs\/rsa.js",
            "js\/messageResponder.js",
            "domain\/js\/ls-utils.js",
            "domain\/js\/commonJS.js",
            "domain\/js\/globalconstent.js",
            "domain\/js\/LSEDBJS.js",
            "domain\/js\/LSNetwork.js",
            "chrome-extensions\/Checkforupdates.js",
            "js\/background.js",
            "js\/new_bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/abp-32.png",
            "32": "icons\/abp-32.png",
            "19": "icons\/abp-16.png",
            "38": "icons\/abp-16.png",
            "64": "icons\/abp-64.png",
            "128": "icons\/128.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Web Adblock"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "chrome-extensions\/common.js",
                "chrome-extensions\/content.js",
                "js\/cssProperties.js",
                "js\/include.preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/include.postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "chrome-extensions\/jquery.min.js",
                "domain\/js\/globalconstent.js",
                "domain\/js\/LSNetwork.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/abp-32.png",
        "32": "icons\/abp-32.png",
        "64": "icons\/abp-64.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29.0",
    "name": "__MSG_name__",
    "options_page": "html\/options.html",
    "devtools_page": "html\/devtools.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "omnibox": {
        "keyword": "bsa"
    },
    "short_name": "Web Adblock",
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "version": "1.0.8"
}