Tab Blacklist

Automatically closes blacklisted tabs.

Tab Blacklistคืออะไร?

Tab Blacklist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DIAB HQ และคุณลักษณะหลักของมันคือ "Automatically closes blacklisted tabs."

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

screenshot

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

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

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

                        Tired of extensions like Magic Actions, Video Blocker, and Click&Clean opening tabs without your permission? This extension instantly closes any new tabs that are on your blacklist. 
Tab Blacklist will not close tabs if you navigate to blocked URLs, it will only close the tab if it is newly opened.                    

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

ชื่อ Tab Blacklist Tab Blacklist
ID dfjdhhihkdalipjoalkcalgecddabend
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tab-blacklist/dfjdhhihkdalipjoalkcalgecddabend
คำอธิบาย Automatically closes blacklisted tabs.
ขนาดไฟล์ 18.47 KB
จำนวนการติดตั้ง 317
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-04-14
วันที่เผยแพร่ 2020-04-14
คะแนน 3.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา DIAB HQ
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jrddupont/Tab-Blacklist
URL หน้าช่วยเหลือ https://github.com/jrddupont/Tab-Blacklist/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Blacklist",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Automatically closes blacklisted tabs.",
    "icons": {
        "16": "icons\/tbl16.png",
        "48": "icons\/tbl48.png",
        "128": "icons\/tbl128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "options_page": "html\/options.html"
}