Blitz for Chrome
Blitz your browser history!
Was ist Blitz for Chrome?
Blitz for Chrome ist eine Chrome-Erweiterung, die von DriveIO Developers entwickelt wurde, und ihr Hauptmerkmal ist "Blitz your browser history!".
Erweiterungsscreenshots
Blitz for Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Blitz for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Blitz for Chrome |
ID | bebillabkkmbmafaoefeaeaabhoailfb |
Offizielle URL | https://chromewebstore.google.com/detail/blitz-for-chrome/bebillabkkmbmafaoefeaeaabhoailfb |
Beschreibung | Blitz your browser history! |
Dateigröße | 206 KB |
Installationsanzahl | 21 |
Aktuelle Version | 1.2 |
Letztes Update | 2015-05-29 |
Veröffentlichungsdatum | 2015-05-29 |
Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
Entwickler | DriveIO Developers |
Zahlungsart | free |
Unterstützte Sprachen | 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!" } } } |