BYE! Gmail Extension

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

Co to jest BYE! Gmail Extension?

BYE! Gmail Extension to rozszerzenie Chrome opracowane przez https://byeextension.com, a jego główną funkcją jest „The most effective and affordable solution to completely block and clean out unwanted emails in any corner of Gmail.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia BYE! Gmail Extension

Pobierz pliki rozszerzeń BYE! Gmail Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa BYE! Gmail Extension BYE! Gmail Extension
ID decobpbjgkhldmhfgppalipeenloicgn
Oficjalny URL https://chromewebstore.google.com/detail/bye-gmail-extension/decobpbjgkhldmhfgppalipeenloicgn
Opis The most effective and affordable solution to completely block and clean out unwanted emails in any corner of Gmail.
Rozmiar pliku 696 KB
Liczba instalacji 116
Aktualna Wersja 0.1.4
Ostatnia Aktualizacja 2023-12-11
Data Publikacji 2023-03-09
Ocena 4.38/5 Łącznie 78 Oceny
Deweloper https://byeextension.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://www.byeextension.com/
Adres URL Strony Pomocy https://www.byeextension.com/contact
Adres URL Strony Polityki Prywatności https://www.byeextension.com/privacy-policy
Obsługiwane Języki 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"
        ]
    }
}