Go Incognito
Opens current tab in an incognito window, and removes it from your browsing history.
Qu'est-ce que Go Incognito ?
Go Incognito est une extension Chrome développée par https://browsernative.com, et sa fonction principale est "Opens current tab in an incognito window, and removes it from your browsing history.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Go Incognito
Téléchargez les fichiers d'extension Go Incognito 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
Opens the current tab in an incognito window, closes it and removes it from your browsing history. Visit our homepage for more: https://browsernative.com/go-incognito/
Informations de Base sur l'Extension
Nom | Go Incognito |
ID | oimfnddepdafdfmammggkfmdepfmipai |
URL Officiel | https://chromewebstore.google.com/detail/go-incognito/oimfnddepdafdfmammggkfmdepfmipai |
Description | Opens current tab in an incognito window, and removes it from your browsing history. |
Taille du Fichier | 23.22 KB |
Nombre d'Installations | 254,465 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2023-11-24 |
Date de Publication | 2019-11-28 |
Évaluation | 4.21/5 Total 43 Évaluations |
Développeur | https://browsernative.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://browsernative.com/go-incognito/ |
URL de la Page d'Aide | https://browsernative.com/go-incognito/ |
URL de la Page de Politique de Confidentialité | https://browsernative.com/extensions-privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go Incognito", "description": "Opens current tab in an incognito window, and removes it from your browsing history.", "permissions": [ "contextMenus", "activeTab", "history" ], "version": "0.0.7", "homepage_url": "https:\/\/browsernative.com\/go-incognito\/", "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "static\/19.png", "38": "static\/38.png" }, "default_title": "Go Incognito" }, "icons": { "48": "static\/48.png", "128": "static\/128.png", "16": "static\/16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+I" } } } } |