Open tab in incognito

This extension will open the current tab in incogntio mode

Τι είναι το Open tab in incognito;

Το Open tab in incognito είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "This extension will open the current tab in incogntio mode".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Open tab in incognito

Λήψη αρχείων επέκτασης Open tab in incognito σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Open tab in incognito Open tab in incognito
ID jphadcnfmefilmapphdlailkfdmdlllc
Επίσημο URL https://chromewebstore.google.com/detail/open-tab-in-incognito/jphadcnfmefilmapphdlailkfdmdlllc
Περιγραφή This extension will open the current tab in incogntio mode
Μέγεθος Αρχείου 6 KB
Αριθμός Εγκαταστάσεων 55
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-05-02
Ημερομηνία Δημοσίευσης 2020-05-02
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}