Disable You are leaving Evernote

Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website

Cos'è Disable You are leaving Evernote?

Disable You are leaving Evernote è un'estensione di Chrome sviluppata da olegdemkiv, e la sua funzione principale è "Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Disable You are leaving Evernote

Scarica i file di estensione Disable You are leaving Evernote in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension will help you get rid of the message 'You are leaving Evernote' when you try to open a link in a new window.                    

Informazioni di Base sull'Estensione

Nome Disable You are leaving Evernote Disable You are leaving Evernote
ID glibmjdkammoeehdehfnbgenlcobeohf
URL Ufficiale https://chromewebstore.google.com/detail/disable-you-are-leaving-e/glibmjdkammoeehdehfnbgenlcobeohf
Descrizione Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website
Dimensione del File 8.52 KB
Conteggio Installazioni 77
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-11-16
Data di Pubblicazione 2022-11-15
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore olegdemkiv
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/OlegDemkiv/disable-you-are-leaving-evernote
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Disable You are leaving Evernote",
    "description": "Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website",
    "version": "1.0.1",
    "author": "Oleg Demkiv",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.evernote.com\/OutboundRedirect.action*"
            ]
        }
    ]
}