History Blocker
Stop people from seeing your history!
Что такое History Blocker?
History Blocker - это расширение Chrome, разработанное FrostyAnimations126, и его основная функция - "Stop people from seeing your history!".
Снимки экрана расширения
Скачать файл 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 |
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" } } } |