Blitz for Chrome
Blitz your browser history!
O que é Blitz for Chrome?
Blitz for Chrome é uma extensão do Chrome desenvolvida por DriveIO Developers, e sua principal característica é "Blitz your browser history!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Blitz for Chrome
Baixe arquivos de extensão Blitz for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Blitz your browser history! Uh oh! You've visited a questionable website, but you forgot to use incognito mode. Luckily, you can still clear it from your browser history. But who has time to go through all of those ugly confirmation dialogs? Luckily, Blitz for Chrome is here! Blitz for Chrome is the easy, one-step solution for hiding your questionable internet browsing habits. Simply right-click and "Blitz!" the tab from your history, or even escape to a website with more acceptable content. With Blitz for Chrome, your private internet life can stay private!
Informações Básicas da Extensão
Nome | Blitz for Chrome |
ID | bebillabkkmbmafaoefeaeaabhoailfb |
URL Oficial | https://chromewebstore.google.com/detail/blitz-for-chrome/bebillabkkmbmafaoefeaeaabhoailfb |
Descrição | Blitz your browser history! |
Tamanho do Arquivo | 206 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.2 |
Última Atualização | 2015-05-29 |
Data de Publicação | 2015-05-29 |
Classificação | 4.83/5 Total de 6 Avaliações |
Desenvolvedor | DriveIO Developers |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blitz for Chrome", "offline_enabled": true, "version": "1.2", "description": "Blitz your browser history!", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Blitz for Chrome", "default_popup": "popup.html", "default_icon": { "19": "icon_19.png", "38": "icon_38.png" } }, "permissions": [ "history", "contextMenus", "activeTab", "tabs" ], "commands": { "blitz": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "Blitz!" }, "blitztab": { "suggested_key": { "default": "Ctrl+Shift+2" }, "description": "Blitz Tab!" } } } |