Just Unsubscribe

Upgrade Gmail. Install the missing button to just unsubscribe.

Wat is Just Unsubscribe?

Just Unsubscribe is een Chrome-extensie ontwikkeld door https://justunsubscribe.com, en de belangrijkste functie is "Upgrade Gmail. Install the missing button to just unsubscribe.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Just Unsubscribe

Download Just Unsubscribe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Just Unsubscribe Just Unsubscribe
ID kcciakdnngbpmkkegddmimdejdekiomm
Officiële URL https://chromewebstore.google.com/detail/just-unsubscribe/kcciakdnngbpmkkegddmimdejdekiomm
Beschrijving Upgrade Gmail. Install the missing button to just unsubscribe.
Bestandsgrootte 107 KB
Aantal Installaties 229
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-05-26
Publicatiedatum 2021-05-25
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://justunsubscribe.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://justunsubscribe.com
Ondersteunde Talen 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
}