AdBlock Pause

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

AdBlock Pauseคืออะไร?

AdBlock Pause เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://inpixelform.com และคุณลักษณะหลักของมันคือ "AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdBlock Pause

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}