Block Sender

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

Block Sender란 무엇입니까?

Block Sender은(는) https://blocksender.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block annoying emails in Gmail™. Say goodbye to unwanted newsletters, individuals, and other uninvited email senders."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Block Sender 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "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.                    

확장 프로그램 기본 정보

이름 Block Sender Block Sender
ID bklnjbfcmglhiaoppcckdodanccbelcg
공식 URL https://chromewebstore.google.com/detail/block-sender/bklnjbfcmglhiaoppcckdodanccbelcg
설명 Block annoying emails in Gmail™. Say goodbye to unwanted newsletters, individuals, and other uninvited email senders.
파일 크기 2.47 MB
설치 횟수 24,296
현재 버전 4.5.2
최근 업데이트 2024-01-27
출시 날짜 2020-01-08
평점 3.65/5 총 1030 개의 평점
개발자 https://blocksender.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://blocksender.io
도움말 페이지 URL https://help.blocksender.io
개인정보 보호 정책 페이지 URL https://blocksender.io/privacy
지원되는 언어 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'"
}