BYE! Gmail Extension

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

Hvad er BYE! Gmail Extension?

BYE! Gmail Extension er en Chrome-udvidelse udviklet af https://byeextension.com, og dens hovedfunktion er "The most effective and affordable solution to completely block and clean out unwanted emails in any corner of Gmail.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download BYE! Gmail Extension-udvidelses-CRX-fil

Download BYE! Gmail Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn BYE! Gmail Extension BYE! Gmail Extension
ID decobpbjgkhldmhfgppalipeenloicgn
Officiel URL https://chromewebstore.google.com/detail/bye-gmail-extension/decobpbjgkhldmhfgppalipeenloicgn
Beskrivelse The most effective and affordable solution to completely block and clean out unwanted emails in any corner of Gmail.
Filstørrelse 696 KB
Antal Installationer 116
Nuværende Version 0.1.4
Senest Opdateret 2023-12-11
Udgivelsesdato 2023-03-09
Bedømmelse 4.38/5 Samlet 78 Bedømmelser
Udvikler https://byeextension.com
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://www.byeextension.com/
Hjælpeside-URL https://www.byeextension.com/contact
URL til Fortrolighedspolitik Side https://www.byeextension.com/privacy-policy
Understøttede Sprog 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"
        ]
    }
}