Helperbox Ad Blocker

Helperbox Ad Blocker

Helperbox Ad Blockerとは何ですか?

Helperbox Ad Blockerはhttps://sstudymaterial.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Helperbox Ad Blocker」です。

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

screenshot
screenshot

Helperbox Ad Blocker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Helperbox Quick Launcher to access the relevant content. The extension focuses solely on providing the links to the content  and also block ads on the websites.                    

拡張機能の基本情報

名前 Helperbox Ad Blocker Helperbox Ad Blocker
ID kiemmonleeoeciaimlahfbehmeponiob
公式URL https://chromewebstore.google.com/detail/helperbox-ad-blocker/kiemmonleeoeciaimlahfbehmeponiob
説明 Helperbox Ad Blocker
ファイルサイズ 2.83 MB
インストール数 24
現在のバージョン 1.18.20
最終更新日 2020-07-08
公開日 2020-06-30
評価 5.00/5 合計 1 レビュー
開発者 https://sstudymaterial.blogspot.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sstudymaterial.blogspot.com
対応言語 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,iw,fa,mr,hi,bn,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "author": "Hassaan Ali",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Helperbox Blocker"
    },
    "commands": {
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "launch-logger": {
            "description": "__MSG_popupTipLog__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/scriptlets\/subscriber.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "Helperbox Ad Blocker",
    "differential_fingerprint": "1.51865371e466087e756ffff8a6aeaf803cd08e7f12c14544d8a8d2faeae9f96a",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "32": "icon_32.png",
        "64": "icon_64.png"
    },
    "incognito": "split",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlWPPwfzMhxWgLaFdwmcspylFermzu1LZhkNlWw5ULYTIn9m6yl3r\/CC0greEs5MqGWfy22XLM8GzNlkAqUv\/TfTGiOku6UygG\/3rtefKv\/DtFthEBjF8Z6lIcm4mpeguAlPxgcprkE\/Ex8u4XHt5XoSvz6+uCWUFT6anIAQSE\/HF3AbaRkiW60X5cc0yx2sQkN4V5hAuGQsP3uOe6nT32kC0WRq7spkvL4QoHLlgLs9LQhBepZPnMsLWiqCVtwaTDRvVuWeOpMUe17lUW+xZ729U\/noCkcaIclSSX7YF0gSIajnU9ETjWuKTcQ+TfoqspxSeZ3FUR8DCYzHvCM52sQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "54.0",
    "name": "Helperbox Ad Blocker",
    "options_ui": {
        "open_in_tab": true,
        "page": "dashboard.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "Helperbox",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.18.20",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}