BYE! Gmail Extension

The most effective and affordable solution to completely block and clean out unwanted emails in any corner of Gmail.

O que é BYE! Gmail Extension?

BYE! Gmail Extension é uma extensão do Chrome desenvolvida por https://byeextension.com, e sua principal característica é "The most effective and affordable solution to completely block and clean out unwanted emails in any corner of Gmail.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BYE! Gmail Extension

Baixe arquivos de extensão BYE! Gmail Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Annoyed that unwanted emails, even "blocked" or "filtered" in Gmail, are still in your spam or trash for 30 days? BYE! Extension is the most effective and affordable solution to completely block and clean out unwanted emails in any corner of Gmail. No more blocked email in trash and spam folders. 

--BYE! Effective Blocking--
Once the extension is on, the extension detects and clears out any blocked email from the system to achieve effective blocking.

--One Click Spam and Trash Cleaning--
Our one-click cleaning exempts you from the hassles and worries of going into your trash and spam folders and being exposed to unwanted emails.

--Cheaper than a Cup of Coffee--
Priced as low as $45.99 a year, we give you safety and ease when it comes to Gmail management

--Safe, Secure and Private--
We guarantee that your email data and info will not be shared or sold to any third party. We adhere to Google API Services User Data Policy, including the Limited Use requirements.

--Version 0.1.4
Resolved some design anomalies caused by the extension on other webpages.                    

Informações Básicas da Extensão

Nome BYE! Gmail Extension BYE! Gmail Extension
ID decobpbjgkhldmhfgppalipeenloicgn
URL Oficial https://chromewebstore.google.com/detail/bye-gmail-extension/decobpbjgkhldmhfgppalipeenloicgn
Descrição The most effective and affordable solution to completely block and clean out unwanted emails in any corner of Gmail.
Tamanho do Arquivo 696 KB
Contagem de Instalações 116
Versão Atual 0.1.4
Última Atualização 2023-12-11
Data de Publicação 2023-03-09
Classificação 4.38/5 Total de 78 Avaliações
Desenvolvedor https://byeextension.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.byeextension.com/
URL da Página de Ajuda https://www.byeextension.com/contact
URL da Página de Política de Privacidade https://www.byeextension.com/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BYE! Gmail Extension",
    "description": "The most effective and affordable solution to completely block and clean out unwanted emails in any corner of Gmail.",
    "version": "0.1.4",
    "manifest_version": 3,
    "icons": {
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.byeextension.com\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/",
                "https:\/\/*\/"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.js",
                "js\/sweetalert2.all.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "alarms",
        "identity",
        "identity.email",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/content-gmail.googleapis.com\/*",
        "https:\/\/cdn.skypack.dev\/@mozilla\/readability",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Ln94Ccbm\/L6++zkmKXQ\/bYc\/WqoXk\/iWdKlJtvGdTnCEEvo74+UPxlth1Iocx2aSF7Iy9Q3Q9HxYoQrB4N8b0Xa6REWAvj4ieq+gHE46jFaozEAUUKzfv2HrSN6ydlu\/\/PQ+Z3TadDcaMu6EDSeS8wozeFuOmFWgrS5QmlBPmLTNxCjf2qB4zaDaMwTQdSCnbRsX+UqQG5OzrdVdyhu1ppGrIcQ+LHStB4EwQMYkd377VtJ1KFSHfwOmuAVKlxLcVJVkEYztw0PBfdZBBiVuqEIYJGHXbncelK2b+2ZA6aEZaLRKRtVCxEQZOw4vJkoesSKfGZ7xqT0\/hVPDJgAHwIDAQAB",
    "oauth2": {
        "client_id": "http:\/\/633933115277-ant7mes1hne1hjk0rj443nc4rk1a7sdj.apps.googleusercontent.com\/",
        "scopes": [
            "https:\/\/mail.google.com\/",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/gmail.settings.basic"
        ]
    }
}