Just Unsubscribe

Upgrade Gmail. Install the missing button to just unsubscribe.

Just Unsubscribe là gì?

Just Unsubscribe là một tiện ích mở rộng Chrome được phát triển bởi https://justunsubscribe.com, và tính năng chính của nó là "Upgrade Gmail. Install the missing button to just unsubscribe.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Just Unsubscribe

Tải xuống các tệp mở rộng Just Unsubscribe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Just Unsubscribe Just Unsubscribe
ID kcciakdnngbpmkkegddmimdejdekiomm
URL Chính Thức https://chromewebstore.google.com/detail/just-unsubscribe/kcciakdnngbpmkkegddmimdejdekiomm
Mô tả Upgrade Gmail. Install the missing button to just unsubscribe.
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 229
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-05-26
Ngày Phát Hành 2021-05-25
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://justunsubscribe.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://justunsubscribe.com
Ngôn Ngữ Được Hỗ Trợ 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
}