History Blocker

Stop people from seeing your history!

History Blocker là gì?

History Blocker là một tiện ích mở rộng Chrome được phát triển bởi FrostyAnimations126, và tính năng chính của nó là "Stop people from seeing your history!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng History Blocker

Tải xuống các tệp mở rộng History Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên History Blocker History Blocker
ID cbdkapkidjcpnnhekahbcchgnlciemok
URL Chính Thức https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok
Mô tả Stop people from seeing your history!
Kích Thước Tệp 8.09 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2021-10-21
Ngày Phát Hành 2021-10-20
Nhà Phát Triển FrostyAnimations126
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nekavid.club/apps/History_Blocker
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}