New-Tab Blocker

Blocks new tabs from specified websites

New-Tab Blockerคืออะไร?

New-Tab Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย konrad และคุณลักษณะหลักของมันคือ "Blocks new tabs from specified websites"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New-Tab Blocker

ดาวน์โหลดไฟล์ส่วนขยาย New-Tab Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Chrome extension blockes new tabs from specified websites. This helps against pop-up ads that open in a new tab.

It is possible to specifiy which websites are allowed to open new tabs and which not.

Tips:
- to block all new tabs, add "" (nothing) to the "URL Beginnings" list
- you can install this Chrome extension on Android with the Kiwi Browser

GitHub:
https://github.com/conrim/newtab-blocker                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ New-Tab Blocker New-Tab Blocker
ID bkanhpjdajkdnibkplooolgpidgfjfnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-blocker/bkanhpjdajkdnibkplooolgpidgfjfnn
คำอธิบาย Blocks new tabs from specified websites
ขนาดไฟล์ 34.42 KB
จำนวนการติดตั้ง 978
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-08-30
วันที่เผยแพร่ 2023-08-28
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา konrad
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/conrim/newtab-blocker
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New-Tab Blocker",
    "manifest_version": 3,
    "version": "0.0.2",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icons\/default.png"
    },
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": "icons\/default.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    }
}

ส่วนขยายที่เกี่ยวข้อง