Blitz for Chrome
Blitz your browser history!
Qu'est-ce que Blitz for Chrome ?
Blitz for Chrome est une extension Chrome développée par DriveIO Developers, et sa fonction principale est "Blitz your browser history!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Blitz for Chrome
Téléchargez les fichiers d'extension Blitz for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Blitz for Chrome |
ID | bebillabkkmbmafaoefeaeaabhoailfb |
URL Officiel | https://chromewebstore.google.com/detail/blitz-for-chrome/bebillabkkmbmafaoefeaeaabhoailfb |
Description | Blitz your browser history! |
Taille du Fichier | 206 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-05-29 |
Date de Publication | 2015-05-29 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | DriveIO Developers |
Type de Paiement | free |
Langues Prises en Charge | 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!" } } } |