Open tab in incognito

This extension will open the current tab in incogntio mode

Hvad er Open tab in incognito?

Open tab in incognito er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "This extension will open the current tab in incogntio mode".

Udvidelsesskærmbilleder

screenshot

Download Open tab in incognito-udvidelses-CRX-fil

Download Open tab in 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

                        This extension will open the current tab in incogntio mode

This tool will help anyone from standard users to developers.
Ever run out of article limits? Open in a incognito window!
Ever had issues with caching? Open in a incognito window!
Ever started some secret shopping and wanted to open the item quickly and without anyone knowing? Open in a incognito window!                    

Grundlæggende oplysninger om udvidelsen

Navn Open tab in incognito Open tab in incognito
ID jphadcnfmefilmapphdlailkfdmdlllc
Officiel URL https://chromewebstore.google.com/detail/open-tab-in-incognito/jphadcnfmefilmapphdlailkfdmdlllc
Beskrivelse This extension will open the current tab in incogntio mode
Filstørrelse 6 KB
Antal Installationer 55
Nuværende Version 1.0
Senest Opdateret 2020-05-02
Udgivelsesdato 2020-05-02
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open tab in incognito",
    "description": "This extension will open the current tab in incogntio mode",
    "version": "1.0",
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}