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
官方網址 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
電子郵箱 [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"
    ]
}