Just Unsubscribe

Upgrade Gmail. Install the missing button to just unsubscribe.

Co je Just Unsubscribe?

Just Unsubscribe je rozšíření Chrome vyvinuté https://justunsubscribe.com, a jeho hlavní funkcí je „Upgrade Gmail. Install the missing button to just unsubscribe.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Just Unsubscribe

Stáhněte si soubory rozšíření Just Unsubscribe ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Just Unsubscribe Just Unsubscribe
ID kcciakdnngbpmkkegddmimdejdekiomm
Oficiální URL https://chromewebstore.google.com/detail/just-unsubscribe/kcciakdnngbpmkkegddmimdejdekiomm
Popis Upgrade Gmail. Install the missing button to just unsubscribe.
Velikost souboru 107 KB
Počet instalací 229
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-05-26
Datum Vydání 2021-05-25
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář https://justunsubscribe.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://justunsubscribe.com
Podporované Jazyky 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
}