Adblock for Internet

Removes ads from Internet.

Adblock for Internetとは何ですか?

Adblock for Internetはhttp://installadblock.comによって開発されたChromeの拡張機能で、その主な機能は「Removes ads from Internet.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Adblock for Internet拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Remove ads from websites and YouTube with low CPU and RAM consumption.                    

拡張機能の基本情報

名前 Adblock for Internet Adblock for Internet
ID eapnbgjpefaicphghglacdclgpdmkona
公式URL https://chrome.google.com/webstore/detail/adblock-for-internet/eapnbgjpefaicphghglacdclgpdmkona
説明 Removes ads from Internet.
ファイルサイズ 354 KB
インストール数 23,803
現在のバージョン 1.1.0.3
最終更新日 2022-07-27
公開日 2022-05-13
評価 4.18/5 合計 94 レビュー
開発者 http://installadblock.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.installadblock.com/privacy-policy.html
対応言語 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.1.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "scripts\/blocklist.json"
            }
        ]
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Adblock for Internet",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}