AutoIncognito

Open the current page in Incognito mode

Τι είναι το AutoIncognito;

Το AutoIncognito είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Diamondium Technologies, LLC, και η κύρια λειτουργία του είναι "Open the current page in Incognito mode".

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

screenshot

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

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

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

                        Some websites (ex. news articles and blog posts) won't allow you to view the content unless you:
a) Pay for a subscription
b) Wait for your allocated number of "free page views" to reset (ex. each new month)

Going Incognito will often allow you to view the webpage.  This extension saves the time it takes to copy the existing URL, open a new Incognito window, and then visit the page.                    

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

Όνομα AutoIncognito AutoIncognito
ID cokhhlcdmplnjnjgfcibjeijgmpefekk
Επίσημο URL https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk
Περιγραφή Open the current page in Incognito mode
Μέγεθος Αρχείου 6.27 KB
Αριθμός Εγκαταστάσεων 67
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-06-21
Ημερομηνία Δημοσίευσης 2020-06-20
Προγραμματιστής Diamondium Technologies, LLC
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoIncognito",
    "version": "1.0",
    "description": "Open the current page in Incognito mode",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background-min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Open in Incognito"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}