Just Unsubscribe
Upgrade Gmail. Install the missing button to just unsubscribe.
What is Just Unsubscribe?
Just Unsubscribe is a Chrome extension developed by https://justunsubscribe.com, and its main feature is "Upgrade Gmail. Install the missing button to just unsubscribe.".
Extension Screenshots
Download Just Unsubscribe Extension CRX File
Download Just Unsubscribe 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
Stop wasting your time hunting for unsubscribe links. Install this extension to add the missing unsubscribe button to Gmail. Click the button and we’ll find the fastest way for you to opt out. Oh, and your emails never leave Gmail – secure and private all the way.
Extension Basic Information
Name | Just Unsubscribe |
ID | kcciakdnngbpmkkegddmimdejdekiomm |
Official URL | https://chromewebstore.google.com/detail/just-unsubscribe/kcciakdnngbpmkkegddmimdejdekiomm |
Description | Upgrade Gmail. Install the missing button to just unsubscribe. |
File Size | 107 KB |
Installation Count | 229 |
Current Version | 1.0.0 |
Last Updated | 2021-05-26 |
Publish Date | 2021-05-25 |
Rating | 4.00/5 Total 2 Ratings |
Developer | https://justunsubscribe.com |
[email protected] | |
Payment Type | free |
Extension Website | https://justunsubscribe.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "Just Unsubscribe", "description": "Upgrade Gmail. Install the missing button to just unsubscribe.", "permissions": [ "https:\/\/mail.google.com\/", "http:\/\/localhost:5000\/", "https:\/\/justunsubscribe.com\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "inboxsdk.js", "loader.js" ] } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "web_accessible_resources": [ "icons\/unsubscribe.svg" ], "manifest_version": 2 } |