BYE! Gmail Extension

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

Vad är BYE! Gmail Extension?

BYE! Gmail Extension är en Chrome-tillägg utvecklad av https://byeextension.com, och dess huvudfunktion är "The most effective and affordable solution to completely block and clean out unwanted emails in any corner of Gmail.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner BYE! Gmail Extension-förlängningens CRX-fil

Ladda ner BYE! Gmail Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn BYE! Gmail Extension BYE! Gmail Extension
ID decobpbjgkhldmhfgppalipeenloicgn
Officiell webbadress https://chromewebstore.google.com/detail/bye-gmail-extension/decobpbjgkhldmhfgppalipeenloicgn
Beskrivning The most effective and affordable solution to completely block and clean out unwanted emails in any corner of Gmail.
Filstorlek 696 KB
Antal Installationer 116
Aktuell Version 0.1.4
Senast Uppdaterad 2023-12-11
Publiceringsdatum 2023-03-09
Betyg 4.38/5 Totalt 78 Betyg
Utvecklare https://byeextension.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://www.byeextension.com/
Hjälpsida URL https://www.byeextension.com/contact
URL till Sekretesspolicy Sidan https://www.byeextension.com/privacy-policy
Stödda Språk 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"
        ]
    }
}