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
官方網址 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
}