Just Unsubscribe

Upgrade Gmail. Install the missing button to just unsubscribe.

Qu'est-ce que Just Unsubscribe ?

Just Unsubscribe est une extension Chrome développée par https://justunsubscribe.com, et sa fonction principale est "Upgrade Gmail. Install the missing button to just unsubscribe.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Just Unsubscribe

Téléchargez les fichiers d'extension Just Unsubscribe 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

                        Stop wasting your time hunting for unsubscribe links. Install this extension to add the missing unsubscribe button to Gmail. Click the button and we’ll find the fastest way for you to opt out. Oh, and your emails never leave Gmail – secure and private all the way.                    

Informations de Base sur l'Extension

Nom Just Unsubscribe Just Unsubscribe
ID kcciakdnngbpmkkegddmimdejdekiomm
URL Officiel https://chromewebstore.google.com/detail/just-unsubscribe/kcciakdnngbpmkkegddmimdejdekiomm
Description Upgrade Gmail. Install the missing button to just unsubscribe.
Taille du Fichier 107 KB
Nombre d'Installations 229
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-05-26
Date de Publication 2021-05-25
Évaluation 4.00/5 Total 2 Évaluations
Développeur https://justunsubscribe.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://justunsubscribe.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Just Unsubscribe",
    "description": "Upgrade Gmail. Install the missing button to just unsubscribe.",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "http:\/\/localhost:5000\/",
        "https:\/\/justunsubscribe.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "loader.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        "icons\/unsubscribe.svg"
    ],
    "manifest_version": 2
}