History Blocker
Stop people from seeing your history!
Vad är History Blocker?
History Blocker är en Chrome-tillägg utvecklad av FrostyAnimations126, och dess huvudfunktion är "Stop people from seeing your history!".
Tilläggsskärmbilder
Ladda ner History Blocker-förlängningens CRX-fil
Ladda ner History Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | History Blocker |
ID | cbdkapkidjcpnnhekahbcchgnlciemok |
Officiell webbadress | https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok |
Beskrivning | Stop people from seeing your history! |
Filstorlek | 8.09 KB |
Antal Installationer | 23 |
Aktuell Version | 1.2.3 |
Senast Uppdaterad | 2021-10-21 |
Publiceringsdatum | 2021-10-20 |
Utvecklare | FrostyAnimations126 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://nekavid.club/apps/History_Blocker |
URL till Sekretesspolicy Sidan | https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view |
Stödda Språk | 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" } } } |