Block Sender

Block annoying emails in Gmail™. Say goodbye to unwanted newsletters, individuals, and other uninvited email senders.

Wat is Block Sender?

Block Sender is een Chrome-extensie ontwikkeld door https://blocksender.io, en de belangrijkste functie is "Block annoying emails in Gmail™. Say goodbye to unwanted newsletters, individuals, and other uninvited email senders.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Block Sender

Download Block Sender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        "Gmail does an excellent job of blocking spam, but sometimes you just want to go the extra mile and prevent some mail from ever reaching your account." - Lifehacker

"If you’re looking to block unwanted emails, particularly from certain senders who send you unsolicited messages, an extension for Google Chrome called Block Sender is a great solution." - Make Tech Easier

"Makes this process very easy and will prevent you from getting inundated with pointless emails" - Business Insider

Do you get annoying email? 

With Block Sender for Gmail™, you can block any email permanently in one click and automatically send a fake error message back to the sender. No more complicated filters to setup. Works for email addresses, domains, subject line, keywords, and even IP addresses. Block anyone.

Try a few blocks for free or upgrade to get advanced features like bounce back messages.

POPULAR USES:
- Block someone from harassing you with unwanted email. Send them a fake "This email address is incorrect" error message.

- Block any newsletter you didn't subscribe for and never see it again.

- Social networks or shopping sites sending you email you don't want to read? Block it in one click.

FEATURES:
- Adds a "Block" button compatible with your Gmail account. When you get a message you don't want, block the sender permanently.
- Automatically create a fake "This email address doesn't exist"  error message to appear in the other person's inbox.
- Optionally send a "You were blocked" email when a blocked user contacts you
- Anonymous: Blocked senders won't know that the messages they send you goes to your trash immediately, unless you want them to know.
- Flexible: Edit or remove accidental blocks. 
- Freedom: Set your blocks to trash messages, permanently delete them, or have them skip the inbox and be archived.
- Advanced Filtering: Block sub-domains, subjects, or even IP addresses when you upgrade.
- Insightful: Flag future messages from the same domain.


AND MANY MORE USES:
- Getting a lot of notification messages from Facebook, Twitter, or social media services you signed up for? Block them all.
- Set up simple filters without having to worry about the cumbersome options.
- Fake your email death for those people you really don't want to talk to. Ever. Again.
- Relationship ended horribly? Never see another message from your ex again.
- Can't block a particular address? Flag all messages from certain domain names or even top-level domains like ".net".


WORKS WITH:
- Gmail™
- Google Apps™


HELP:
About: https://blocksender.io
Support: http://help.blocksender.io
Contact: support (at) blocksender.io
Bugs: support (at) blocksender.io

PLANS & PRICING:
Block Sender has a free plan and pro plans with higher usage limits. It is free to use Block Sender up to a limited number of blocking rules, but unlimited emails can be blocked. Upgrade to our monthly or yearly pro plans to enjoy premium features and 1000s of blocks. More information at: https://blocksender.io/

CHANGE LOG:
v4.2.X
Fixed bugs, improved block management, improved canned response support, and support for new Gmail UI.

v4.0.X
Better account support, email linking, and block management.

v3.0.X
Minor updates including languages.

v2.6
Minor updates.

v2.5
New languages supported and new fake email block features.

v2.4
New languages supported.

v2.3
New menus for increasing the free block plan for new users. Bug fixes and improvements with automatic error email message. New languages supported.

v2.2
New filters for upgraded users. Reorganized options page. Upgraded one-time free blocks to monthly free blocks for users who only block a few messages every month.

v2.1
Added additional tutorial help options. Bug fixing for Gmail™ changes. 

v2.0
Updated UI and improved the extension architecture. Huge refresh with buttons and options page. Brand new clean design and multiple options for blocking subjects, email, or domains.

v1.5
Fixed bugs with automatic archiving and blocking. Updated UI and parts of the extension for new Gmail™ changes plus recent blocks.

v1.1
Added automatic message archiving, undo, and error messages plus additional blocking features.

v1.0
Initial release. Supports blocking of individual messages.

--

Gmail and Google Apps are trademarks of Google Inc. Use of these trademarks are subject to Google Permissions. Block Sender is not affiliated with Google or Gmail.                    

Basisinformatie over de Extensie

Naam Block Sender Block Sender
ID bklnjbfcmglhiaoppcckdodanccbelcg
Officiële URL https://chromewebstore.google.com/detail/block-sender/bklnjbfcmglhiaoppcckdodanccbelcg
Beschrijving Block annoying emails in Gmail™. Say goodbye to unwanted newsletters, individuals, and other uninvited email senders.
Bestandsgrootte 2.47 MB
Aantal Installaties 24,296
Huidige Versie 4.5.2
Laatst Bijgewerkt 2024-01-27
Publicatiedatum 2020-01-08
Beoordeling 3.65/5 Totaal 1030 Beoordelingen
Ontwikkelaar https://blocksender.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://blocksender.io
Help Pagina-URL https://help.blocksender.io
URL van de Privacybeleid Pagina https://blocksender.io/privacy
Ondersteunde Talen de,en,en-GB,en-US,fr,nl,es,es-419,it,pl,pt-BR,pt-PT,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "short_name": "Block Sender",
    "description": "__MSG_appDesc__",
    "version": "4.5.2",
    "version_name": "4.5.2",
    "default_locale": "en",
    "minimum_chrome_version": "54",
    "icons": {
        "16": "images\/app-icon-16.png",
        "48": "images\/app-icon-48.png",
        "128": "images\/app-icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Block Sender",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js",
                "content-injector.js"
            ],
            "css": [
                "css\/bootstrap.css",
                "css\/font-awesome.css",
                "global.css",
                "css\/components.css"
            ]
        }
    ],
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "gmail.js",
        "fonts\/*",
        "images\/*",
        "settings.html"
    ],
    "permissions": [
        "*:\/\/*.blocksender.io\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/www.google-analytics.com\/*",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}