Disable You are leaving Evernote
Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website
What is Disable You are leaving Evernote?
Disable You are leaving Evernote is a Chrome extension developed by olegdemkiv, and its main feature is "Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website".
Extension Screenshots
Download Disable You are leaving Evernote Extension CRX File
Download Disable You are leaving Evernote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Disable You are leaving Evernote |
ID | glibmjdkammoeehdehfnbgenlcobeohf |
Official URL | https://chromewebstore.google.com/detail/disable-you-are-leaving-e/glibmjdkammoeehdehfnbgenlcobeohf |
Description | Simple Chrome extension that skips the annoying message 'You are leaving Evernote' and made auto-redirect to website |
File Size | 8.52 KB |
Installation Count | 77 |
Current Version | 1.0.1 |
Last Updated | 2022-11-16 |
Publish Date | 2022-11-15 |
Rating | 4.00/5 Total 1 Ratings |
Developer | olegdemkiv |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/OlegDemkiv/disable-you-are-leaving-evernote |
Supported Languages | 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*" ] } ] } |