BYE! Gmail Extension

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

Qu'est-ce que BYE! Gmail Extension ?

BYE! Gmail Extension est une extension Chrome développée par https://byeextension.com, et sa fonction principale est "The most effective and affordable solution to completely block and clean out unwanted emails in any corner of Gmail.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BYE! Gmail Extension

Téléchargez les fichiers d'extension BYE! Gmail Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BYE! Gmail Extension BYE! Gmail Extension
ID decobpbjgkhldmhfgppalipeenloicgn
URL Officiel https://chromewebstore.google.com/detail/bye-gmail-extension/decobpbjgkhldmhfgppalipeenloicgn
Description The most effective and affordable solution to completely block and clean out unwanted emails in any corner of Gmail.
Taille du Fichier 696 KB
Nombre d'Installations 116
Version Actuelle 0.1.4
Dernière Mise à Jour 2023-12-11
Date de Publication 2023-03-09
Évaluation 4.38/5 Total 78 Évaluations
Développeur https://byeextension.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.byeextension.com/
URL de la Page d'Aide https://www.byeextension.com/contact
URL de la Page de Politique de Confidentialité https://www.byeextension.com/privacy-policy
Langues Prises en Charge 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"
        ]
    }
}