Go Incognito
Opens current tab in an incognito window, and removes it from your browsing history.
Vad är Go Incognito?
Go Incognito är en Chrome-tillägg utvecklad av https://browsernative.com, och dess huvudfunktion är "Opens current tab in an incognito window, and removes it from your browsing history.".
Tilläggsskärmbilder
Ladda ner Go Incognito-förlängningens CRX-fil
Ladda ner Go Incognito-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | oimfnddepdafdfmammggkfmdepfmipai |
| Officiell webbadress | https://chromewebstore.google.com/detail/go-incognito/oimfnddepdafdfmammggkfmdepfmipai |
| Beskrivning | Opens current tab in an incognito window, and removes it from your browsing history. |
| Filstorlek | 23.22 KB |
| Antal Installationer | 254,465 |
| Aktuell Version | 0.0.7 |
| Senast Uppdaterad | 2023-11-24 |
| Publiceringsdatum | 2019-11-28 |
| Betyg | 4.21/5 Totalt 43 Betyg |
| Utvecklare | https://browsernative.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://browsernative.com/go-incognito/ |
| Hjälpsida URL | https://browsernative.com/go-incognito/ |
| URL till Sekretesspolicy Sidan | https://browsernative.com/extensions-privacy-policy |
| Stödda Språk | 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"
}
}
}
} | |