Better Gmail Unsubscribe
Adds an unsubscribe link for when Gmail doesn't offer one
What is Better Gmail Unsubscribe?
Better Gmail Unsubscribe is a Chrome extension developed by lox, and its main feature is "Adds an unsubscribe link for when Gmail doesn't offer one".
Extension Screenshots
Download Better Gmail Unsubscribe Extension CRX File
Download Better Gmail 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
Gmail offers an unsubscribe link for emails with certain headers, unfortunately this doesn't apply to a lot of emails that I want to unsubscribe from. When the gmail unsubscribe link is missing, this extension adds it and when clicked opens a new tab with any unsubscribe links found in the body of the message.
Extension Basic Information
Name | |
ID | hdkbhdodcejjjicmnmhhibenjmlgmkfc |
Official URL | https://chrome.google.com/webstore/detail/better-gmail-unsubscribe/hdkbhdodcejjjicmnmhhibenjmlgmkfc |
Description | Adds an unsubscribe link for when Gmail doesn't offer one |
File Size | 10.02 KB |
Installation Count | 939 |
Current Version | 1.1.0 |
Last Updated | 2014-06-14 |
Publish Date | 2014-06-14 |
Rating | 2.75/5 Total 12 Ratings |
Developer | lox |
Payment Type | free |
Extension Website | https://github.com/lox/better-gmail-unsubscribe |
Help Page URL | https://github.com/lox/better-gmail-unsubscribe/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Gmail Unsubscribe", "version": "1.1.0", "description": "Adds an unsubscribe link for when Gmail doesn't offer one", "short_name": "Adds an unsubscribe link for when Gmail doesn't offer one", "permissions": [ "tabs", "https:\/\/mail.google.com\/" ], "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icon.png" } } |