IncognitoOpener

Open Url in Incognito Mode

Wat is IncognitoOpener?

IncognitoOpener is een Chrome-extensie ontwikkeld door batuhan.extension.dev, en de belangrijkste functie is "Open Url in Incognito Mode".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie IncognitoOpener

Download IncognitoOpener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Articles are blocked by a Paywall ? Use this Extension to open the link in a new incognito tab to bypass the paywall.                    

Basisinformatie over de Extensie

Naam IncognitoOpener IncognitoOpener
ID olnafnnbggidjhimjpmahcbejkcgmofl
Officiële URL https://chrome.google.com/webstore/detail/incognitoopener/olnafnnbggidjhimjpmahcbejkcgmofl
Beschrijving Open Url in Incognito Mode
Bestandsgrootte 13.6 KB
Aantal Installaties 541
Huidige Versie 1.0
Laatst Bijgewerkt 2021-01-30
Publicatiedatum 2021-01-30
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar batuhan.extension.dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IncognitoOpener",
    "version": "1.0",
    "description": "Open Url in Incognito Mode",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/spy_16.png",
        "32": "images\/spy_32.png",
        "64": "images\/spy_64.png",
        "128": "images\/spy_128.png"
    }
}