Go Incognito
Opens current tab in an incognito window, and removes it from your browsing history.
Hvad er Go Incognito?
Go Incognito er en Chrome-udvidelse udviklet af https://browsernative.com, og dens hovedfunktion er "Opens current tab in an incognito window, and removes it from your browsing history.".
Udvidelsesskærmbilleder
Download Go Incognito-udvidelses-CRX-fil
Download Go Incognito-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | Go Incognito |
ID | oimfnddepdafdfmammggkfmdepfmipai |
Officiel URL | https://chromewebstore.google.com/detail/go-incognito/oimfnddepdafdfmammggkfmdepfmipai |
Beskrivelse | Opens current tab in an incognito window, and removes it from your browsing history. |
Filstørrelse | 23.22 KB |
Antal Installationer | 254,465 |
Nuværende Version | 0.0.7 |
Senest Opdateret | 2023-11-24 |
Udgivelsesdato | 2019-11-28 |
Bedømmelse | 4.21/5 Samlet 43 Bedømmelser |
Udvikler | https://browsernative.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://browsernative.com/go-incognito/ |
Hjælpeside-URL | https://browsernative.com/go-incognito/ |
URL til Fortrolighedspolitik Side | https://browsernative.com/extensions-privacy-policy |
Understøttede Sprog | 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" } } } } |