History Blocker
Stop people from seeing your history!
Hvad er History Blocker?
History Blocker er en Chrome-udvidelse udviklet af FrostyAnimations126, og dens hovedfunktion er "Stop people from seeing your history!".
Udvidelsesskærmbilleder
Download History Blocker-udvidelses-CRX-fil
Download History Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | History Blocker |
ID | cbdkapkidjcpnnhekahbcchgnlciemok |
Officiel URL | https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok |
Beskrivelse | Stop people from seeing your history! |
Filstørrelse | 8.09 KB |
Antal Installationer | 23 |
Nuværende Version | 1.2.3 |
Senest Opdateret | 2021-10-21 |
Udgivelsesdato | 2021-10-20 |
Udvikler | FrostyAnimations126 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://nekavid.club/apps/History_Blocker |
URL til Fortrolighedspolitik Side | https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view |
Understøttede Sprog | 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" } } } |