Open tab in incognito

This extension will open the current tab in incogntio mode

Qu'est-ce que Open tab in incognito ?

Open tab in incognito est une extension Chrome développée par Unknown, et sa fonction principale est "This extension will open the current tab in incogntio mode".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open tab in incognito

Téléchargez les fichiers d'extension Open tab in incognito au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Open tab in incognito Open tab in incognito
ID jphadcnfmefilmapphdlailkfdmdlllc
URL Officiel https://chromewebstore.google.com/detail/open-tab-in-incognito/jphadcnfmefilmapphdlailkfdmdlllc
Description This extension will open the current tab in incogntio mode
Taille du Fichier 6 KB
Nombre d'Installations 55
Version Actuelle 1.0
Dernière Mise à Jour 2020-05-02
Date de Publication 2020-05-02
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    ]
}