Go Incognito
Opens current tab in an incognito window, and removes it from your browsing history.
Was ist Go Incognito?
Go Incognito ist eine Chrome-Erweiterung, die von https://browsernative.com entwickelt wurde, und ihr Hauptmerkmal ist "Opens current tab in an incognito window, and removes it from your browsing history.".
Erweiterungsscreenshots
Go Incognito-Erweiterungs-CRX-Datei herunterladen
Laden Sie Go Incognito-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
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/
Grundlegende Informationen zur Erweiterung
Name | Go Incognito |
ID | oimfnddepdafdfmammggkfmdepfmipai |
Offizielle URL | https://chromewebstore.google.com/detail/go-incognito/oimfnddepdafdfmammggkfmdepfmipai |
Beschreibung | Opens current tab in an incognito window, and removes it from your browsing history. |
Dateigröße | 23.22 KB |
Installationsanzahl | 254,465 |
Aktuelle Version | 0.0.7 |
Letztes Update | 2023-11-24 |
Veröffentlichungsdatum | 2019-11-28 |
Bewertung | 4.21/5 Insgesamt 43 Bewertungen |
Entwickler | https://browsernative.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://browsernative.com/go-incognito/ |
Hilfeseite URL | https://browsernative.com/go-incognito/ |
URL der Datenschutzrichtlinien-Seite | https://browsernative.com/extensions-privacy-policy |
Unterstützte Sprachen | 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" } } } } |