Email Unsubscribe Gmail-Yahoo

Email unsubscriber for Gmail-Yahoo-Hotmail identifying unsubscribe button for you

What is Email Unsubscribe Gmail-Yahoo?

Email Unsubscribe Gmail-Yahoo is a Chrome extension developed by Adblock Office, and its main feature is "Email unsubscriber for Gmail-Yahoo-Hotmail identifying unsubscribe button for you".

Extension Screenshots

screenshot
screenshot

Download Email Unsubscribe Gmail-Yahoo Extension CRX File

Download Email Unsubscribe Gmail-Yahoo 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

                        Our chrome extension, "Unsubscribe Gmail - Emails Unsubscriber," is the ultimate solution for managing your inbox on email platforms such as Gmail, Yahoo Mail, and Hotmail. It is designed to help you easily identify and unsubscribe from unwanted or bulk emails, including those from marketing campaigns. The extension automatically adds a button in the browser bar (extension icon) making it easy for you to quickly stop receiving emails you no longer wish to receive. This is especially useful for those who have a lot of subscriptions or who are bombarded with spam emails.

Our extension also ensures that it does not remove legitimate emails from a company or organization with a registered trademark, as trademark infringement is a concern. The extension is not only easy to use but also completely free. You can use this tool without any cost. It's a simple, yet powerful tool that will help you take control of your inbox and reduce the clutter in your email inbox.

With our chrome extension, you can easily organize inbox emails from all Yahoo Mail subscriptions at once and bulk unsubscribe from Gmail subscriptions for free. It's the perfect tool for anyone who wants to declutter their inbox and stop receiving unwanted emails.

We also have a Google Script that parses the content of bulk emails and finds the unsubscribe link. If an unsubscribe link is found, the script opens the link and your email is automatically unsubscribed. In some cases, the bulk sender would require you to send a message to a special email address to finish unregistration, and our Google script can do that as well. The big advantage is that you don’t have to grant access to your Gmail or Yahoo account to any third-party service and you can add subscription emails to the unsubscribe list. Also, your data will not be accessed or copied.                    

Extension Basic Information

Name Email Unsubscribe Gmail-Yahoo Email Unsubscribe Gmail-Yahoo
ID daoefekbhllagmnnbjnamcpfddbfkjin
Official URL https://chromewebstore.google.com/detail/email-unsubscribe-gmail-y/daoefekbhllagmnnbjnamcpfddbfkjin
Description Email unsubscriber for Gmail-Yahoo-Hotmail identifying unsubscribe button for you
File Size 89.49 KB
Installation Count 182
Current Version 1.1
Last Updated 2023-01-22
Publish Date 2023-01-21
Rating 5.00/5 Total 2 Ratings
Developer Adblock Office
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email Unsubscribe Gmail-Yahoo",
    "options_page": "options.html",
    "description": "Email unsubscriber for Gmail-Yahoo-Hotmail identifying unsubscribe button for you",
    "icons": {
        "16": "\/images\/unsub-128.png",
        "24": "\/images\/unsub-128.png",
        "32": "\/images\/unsub-128.png",
        "48": "\/images\/unsub-128.png",
        "128": "\/images\/unsub-128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/unsub-128.png",
            "24": "\/images\/unsub-128.png",
            "32": "\/images\/unsub-128.png",
            "48": "\/images\/unsub-128.png",
            "128": "\/images\/unsub-128.png"
        },
        "default_title": "Click here Unsubscribe"
    },
    "manifest_version": 3,
    "version": "1.1",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "worker_container.js"
    }
}