History Blocker
Stop people from seeing your history!
Co to jest History Blocker?
History Blocker to rozszerzenie Chrome opracowane przez FrostyAnimations126, a jego główną funkcją jest „Stop people from seeing your history!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia History Blocker
Pobierz pliki rozszerzeń History Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | History Blocker |
ID | cbdkapkidjcpnnhekahbcchgnlciemok |
Oficjalny URL | https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok |
Opis | Stop people from seeing your history! |
Rozmiar pliku | 8.09 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 1.2.3 |
Ostatnia Aktualizacja | 2021-10-21 |
Data Publikacji | 2021-10-20 |
Deweloper | FrostyAnimations126 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://nekavid.club/apps/History_Blocker |
Adres URL Strony Polityki Prywatności | https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view |
Obsługiwane Języki | 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" } } } |