History Blocker
Stop people from seeing your history!
Apa itu History Blocker?
History Blocker adalah ekstensi Chrome yang dikembangkan oleh FrostyAnimations126, dan fitur utamanya adalah "Stop people from seeing your history!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi History Blocker
Unduh file ekstensi History Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | History Blocker |
ID | cbdkapkidjcpnnhekahbcchgnlciemok |
URL Resmi | https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok |
Deskripsi | Stop people from seeing your history! |
Ukuran File | 8.09 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 1.2.3 |
Terakhir Diperbarui | 2021-10-21 |
Tanggal Publikasi | 2021-10-20 |
Pengembang | FrostyAnimations126 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://nekavid.club/apps/History_Blocker |
URL Halaman Kebijakan Privasi | https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view |
Bahasa yang Didukung | 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" } } } |