WhatsUp+ for WhatsApp™ Web

Have complete control over your WhatsApp™ Web, with several tools to increase your productivity and privacy.

WhatsUp+ for WhatsApp™ Web là gì?

WhatsUp+ for WhatsApp™ Web là một tiện ích mở rộng Chrome được phát triển bởi https://whatsup.plus, và tính năng chính của nó là "Have complete control over your WhatsApp™ Web, with several tools to increase your productivity and privacy.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WhatsUp+ for WhatsApp™ Web

Tải xuống các tệp mở rộng WhatsUp+ for WhatsApp™ Web 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

                        Your experience will be another one using this tool that helps in several enhanced tasks of your privacy and usability.

WhatsApp™ is a trademark of WhatsApp Inc                    

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

Tên WhatsUp+ for WhatsApp™ Web WhatsUp+ for WhatsApp™ Web
ID lpbkofhnclhhlaibcklkgaonbbmhjeco
URL Chính Thức https://chromewebstore.google.com/detail/whatsup+-for-whatsapp-web/lpbkofhnclhhlaibcklkgaonbbmhjeco
Mô tả Have complete control over your WhatsApp™ Web, with several tools to increase your productivity and privacy.
Kích Thước Tệp 10.08 MB
Số Lần Cài Đặt 119,625
Phiên Bản Hiện Tại 0.83
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2021-05-25
Đánh Giá 4.04/5 Tổng số 1568 Đánh Giá
Nhà Phát Triển https://whatsup.plus
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://whatsup.plus
URL Trang Trợ Giúp https://whatsup.plus/support
URL Trang Chính Sách Bảo Mật https://whatsup.plus/privacy-police
Ngôn Ngữ Được Hỗ Trợ en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "WhatsUp+",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "version": "0.83",
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "browsingData",
        "identity",
        "identity.email",
        "proxy",
        "webRequest",
        "webRequestAuthProvider",
        "management"
    ],
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "action": {
        "default_icon": "img\/icon128.png"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuTB85f+lOa37IM+giKDN0\/84paG8s6otB9f89kFqCvjhnNTEEy3JV\/mIAjaS9XLuhQF7E1RaqD595mMsjKeeM\/WfXHnrEAjGtuCT8pyhm5mNCohapELhF8AFO5mq8ogOn0IexUkT9Yk3rC4b30aLH\/YkUgN\/5S6iH\/1y3b38hIOgZ6S4rKuSsKq3HNqSCUnNCB\/G0OzGcnD1TKwmnn5z0htTrdissbo4VNvPb3w\/Tvtf62HyLZWgAg0aNz1WYI7w1YFGrA0joGzg9Z0+3j5mfPgAZov\/Ee0UHOsWh6UCPGFwkCM\/UtlFAHumQ0Ukwh9O\/NRuo+oZLOECL7RmRduXbQIDAQAB",
    "host_permissions": [
        "*:\/\/web.whatsapp.com\/*",
        "*:\/\/whatsup.plus\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "js\/mainscript.js",
                "js\/public\/maj.js",
                "js\/mu.js"
            ],
            "css": [
                "css\/flatpickr.min.css",
                "css\/dropzone.min.css",
                "css\/magnific-popup.css",
                "css\/toastr.min.css",
                "css\/bootstrap.min.css",
                "css\/datepicker.min.css",
                "css\/icons.min.css",
                "css\/alertify.min.css",
                "css\/default.min.css",
                "css\/app.min.css",
                "css\/ion.rangeSlider.min.css",
                "css\/selectize.css",
                "css\/sweetalert2.min.css",
                "css\/bootstrap-rating.css",
                "css\/flow.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/public\/*",
                "\/_locales\/*",
                "audio\/*",
                "img\/*"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "752781499014-kd1a6c06ljg2jhqmn30j4dh957jtmn2s.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/contacts",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}