History Blacklist

Blacklists URLs from entering Chrome's history.

History Blacklistคืออะไร?

History Blacklist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย smrq และคุณลักษณะหลักของมันคือ "Blacklists URLs from entering Chrome's history."

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

screenshot

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

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

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

                        Blacklists URLs from entering Chrome's history. When you navigate to any URL that matches any of the blacklisted patterns that you provide, this extension will immediately remove that URL from your history.                    

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

ชื่อ History Blacklist History Blacklist
ID dglhdhjfhaikplcgklplalmejcahjheo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/history-blacklist/dglhdhjfhaikplcgklplalmejcahjheo
คำอธิบาย Blacklists URLs from entering Chrome's history.
ขนาดไฟล์ 15.87 KB
จำนวนการติดตั้ง 1,434
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-01-21
วันที่เผยแพร่ 2020-01-21
คะแนน 4.47/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา smrq
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/smrq/chrome-history-blacklist
URL หน้าช่วยเหลือ https://github.com/smrq/chrome-history-blacklist/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Blacklist",
    "version": "1.0.1",
    "description": "Blacklists URLs from entering Chrome's history.",
    "icons": {
        "16": "images\/icon-16px.png",
        "32": "images\/icon-32px.png",
        "48": "images\/icon-48px.png",
        "64": "images\/icon-64px.png",
        "128": "images\/icon-128px.png",
        "192": "images\/icon-192px.png"
    },
    "author": "Greg Smith ",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/github.com\/smrq\/chrome-history-blacklist",
    "options_page": "options.html",
    "permissions": [
        "history",
        "storage"
    ]
}