History Blocker

Stop people from seeing your history!

History Blockerคืออะไร?

History Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FrostyAnimations126 และคุณลักษณะหลักของมันคือ "Stop people from seeing your history!"

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

screenshot

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

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

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

                        Overrides the History page with a username and password
Username: CrispyChips
Password: LOL!
Blocks any way of accessing the chrome://history page
If you do get the username and password right, it will just show a blank page                    

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

ชื่อ History Blocker History Blocker
ID cbdkapkidjcpnnhekahbcchgnlciemok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok
คำอธิบาย Stop people from seeing your history!
ขนาดไฟล์ 8.09 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2021-10-21
วันที่เผยแพร่ 2021-10-20
ผู้พัฒนา FrostyAnimations126
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nekavid.club/apps/History_Blocker
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Blocker",
    "manifest_version": 2,
    "version": "1.2.3",
    "description": "Stop people from seeing your history!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [],
    "chrome_url_overrides": {
        "history": "history.html"
    },
    "icons": {
        "16": "icons\/iconWeb.png",
        "32": "icons\/iconWeb.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/iconWeb.png",
            "32": "icons\/iconWeb.png"
        }
    },
    "commands": {
        "Open Fake History": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Command+Shift+H"
            },
            "description": "Open a Fake History page"
        }
    }
}