Just Unsubscribe

Upgrade Gmail. Install the missing button to just unsubscribe.

什么是Just Unsubscribe?

Just Unsubscribe是由https://justunsubscribe.com开发的Chrome扩展程序,该扩展的主要功能是“Upgrade Gmail. Install the missing button to just unsubscribe.”。

扩展截图

screenshot

下载Just Unsubscribe扩展crx文件

下载Just Unsubscribe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Just Unsubscribe Just Unsubscribe
ID kcciakdnngbpmkkegddmimdejdekiomm
官方URL https://chromewebstore.google.com/detail/just-unsubscribe/kcciakdnngbpmkkegddmimdejdekiomm
简介 Upgrade Gmail. Install the missing button to just unsubscribe.
文件大小 107 KB
安装次数 229
当前版本 1.0.0
更新时间 2021-05-26
上架时间 2021-05-25
评分 4.00/5 共2次评分
开发者 https://justunsubscribe.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://justunsubscribe.com
支持的语言 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
}