Incognito This Tab

Want to surf the Internet in privacy? Use incognito mode to ensure the browser surfing history is not saved by Google Chrome.

Τι είναι το Incognito This Tab;

Το Incognito This Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://incognito-this-tab.freeonlineapps.net, και η κύρια λειτουργία του είναι "Want to surf the Internet in privacy? Use incognito mode to ensure the browser surfing history is not saved by Google Chrome.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Incognito This Tab

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

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

                        Our FREE Incognito This Tab is is a light-weight browser extension for Google Chrome, 
which enables users to easily load current tab in an incognito window.

This extension is extremely light-weight and DOES NOT require any critical permission like reading your browser history etc.

How to use?
Incognito This Tab offers a handy keyboard shortcut: Alt + O. Hit this keys combination whenever you want to open the current tab in incognito mode.
Alternatively, you can click on its toolbar button or the context menu option

Reverse Functionality

If you want the optional reverse functionality; i.e.; open an incognito tab in a normal window, you need to allow this extension in incognito mode. 

For this, visit the Extensions page (chrome://extensions) and check the “Allow in incognito” in details of extension.                    

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

Όνομα Incognito This Tab Incognito This Tab
ID ohhmlnnajlcehkjjofonealejioaljio
Επίσημο URL https://chromewebstore.google.com/detail/incognito-this-tab/ohhmlnnajlcehkjjofonealejioaljio
Περιγραφή Want to surf the Internet in privacy? Use incognito mode to ensure the browser surfing history is not saved by Google Chrome.
Μέγεθος Αρχείου 52.58 KB
Αριθμός Εγκαταστάσεων 3,412
Τρέχουσα Έκδοση 3.0.0
Τελευταία Ενημέρωση 2023-11-01
Ημερομηνία Δημοσίευσης 2020-05-06
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://incognito-this-tab.freeonlineapps.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://incognito-this-tab.freeonlineapps.net/
Διεύθυνση URL της Σελίδας Βοήθειας https://incognito-this-tab.freeonlineapps.net/privacy-policy
URL της Σελίδας Πολιτικής Απορρήτου https://www.freebusinessapps.net/privacy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "img\/19.png",
            "38": "img\/38.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+O",
                "linux": "Alt+O",
                "mac": "Alt+O",
                "windows": "Alt+O"
            }
        }
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/incognito-this-tab.freeonlineapps.net\/",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "offline_enabled": true,
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "short_name": "incognito this site",
    "version": "3.0.0"
}