AdBlock Pause

AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.

AdBlock Pauseとは何ですか?

AdBlock Pauseはhttps://inpixelform.comによって開発されたChromeの拡張機能で、その主な機能は「AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        AdBlock Pause allows you to access websites which gate-keep content from visitors using an adblocker.

The extension temporarily disables your ad blocker and reloads the current page with a single click.                    

拡張機能の基本情報

名前 AdBlock Pause AdBlock Pause
ID efdkabkphejkfofpkomojjddpbfaddhm
公式URL https://chromewebstore.google.com/detail/adblock-pause/efdkabkphejkfofpkomojjddpbfaddhm
説明 AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.
ファイルサイズ 7.59 KB
インストール数 9,444
現在のバージョン 1.2
最終更新日 2020-10-30
公開日 2018-01-15
評価 3.52/5 合計 21 レビュー
開発者 https://inpixelform.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://twitter.com/DavidChan
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Pause",
    "version": "1.2",
    "manifest_version": 2,
    "description": "AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Pause ad blocking extensions",
        "default_icon": {
            "16": "images\/icon_16.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "management"
    ]
}