Open tab in incognito

This extension will open the current tab in incogntio mode

Vad är Open tab in incognito?

Open tab in incognito är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension will open the current tab in incogntio mode".

Tilläggsskärmbilder

screenshot

Ladda ner Open tab in incognito-förlängningens CRX-fil

Ladda ner Open tab in 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

                        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äggande Information om Tillägg

Namn Open tab in incognito Open tab in incognito
ID jphadcnfmefilmapphdlailkfdmdlllc
Officiell webbadress https://chromewebstore.google.com/detail/open-tab-in-incognito/jphadcnfmefilmapphdlailkfdmdlllc
Beskrivning This extension will open the current tab in incogntio mode
Filstorlek 6 KB
Antal Installationer 55
Aktuell Version 1.0
Senast Uppdaterad 2020-05-02
Publiceringsdatum 2020-05-02
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    ]
}