History Blocker
Stop people from seeing your history!
Cos'è History Blocker?
History Blocker è un'estensione di Chrome sviluppata da FrostyAnimations126, e la sua funzione principale è "Stop people from seeing your history!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione History Blocker
Scarica i file di estensione History Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | cbdkapkidjcpnnhekahbcchgnlciemok |
| URL Ufficiale | https://chromewebstore.google.com/detail/history-blocker/cbdkapkidjcpnnhekahbcchgnlciemok |
| Descrizione | Stop people from seeing your history! |
| Dimensione del File | 8.09 KB |
| Conteggio Installazioni | 23 |
| Versione Corrente | 1.2.3 |
| Ultimo Aggiornamento | 2021-10-21 |
| Data di Pubblicazione | 2021-10-20 |
| Sviluppatore | FrostyAnimations126 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://nekavid.club/apps/History_Blocker |
| URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/12Ww7KfNPV-neh__QqYslItSztkcb-Dd3p6OgX-8u-Mk/view |
| Lingue Supportate | 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"
}
}
} | |