IncognitoOpener

Open Url in Incognito Mode

Qu'est-ce que IncognitoOpener ?

IncognitoOpener est une extension Chrome développée par batuhan.extension.dev, et sa fonction principale est "Open Url in Incognito Mode".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension IncognitoOpener

Téléchargez les fichiers d'extension IncognitoOpener 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

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

Informations de Base sur l'Extension

Nom IncognitoOpener IncognitoOpener
ID olnafnnbggidjhimjpmahcbejkcgmofl
URL Officiel https://chrome.google.com/webstore/detail/incognitoopener/olnafnnbggidjhimjpmahcbejkcgmofl
Description Open Url in Incognito Mode
Taille du Fichier 13.6 KB
Nombre d'Installations 541
Version Actuelle 1.0
Dernière Mise à Jour 2021-01-30
Date de Publication 2021-01-30
Évaluation 2.33/5 Total 3 Évaluations
Développeur batuhan.extension.dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}