History Blocker
Stop people from seeing your history!
Wat is History Blocker?
History Blocker is een Chrome-extensie ontwikkeld door FrostyAnimations126, en de belangrijkste functie is "Stop people from seeing your history!".
Extensie Screenshots
Download het CRX-bestand van de extensie History Blocker
Download History Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | cbdkapkidjcpnnhekahbcchgnlciemok |
| Officiële URL | https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok |
| Beschrijving | Stop people from seeing your history! |
| Bestandsgrootte | 8.09 KB |
| Aantal Installaties | 23 |
| Huidige Versie | 1.2.3 |
| Laatst Bijgewerkt | 2021-10-21 |
| Publicatiedatum | 2021-10-20 |
| Ontwikkelaar | FrostyAnimations126 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://nekavid.club/apps/History_Blocker |
| URL van de Privacybeleid Pagina | https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view |
| Ondersteunde Talen | 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"
}
}
} | |