Hide Online for Whatsapp Web

Hide Your Online Status on WhatsApp Web

Apa itu Hide Online for Whatsapp Web?

Hide Online for Whatsapp Web adalah ekstensi Chrome yang dikembangkan oleh Odin, dan fitur utamanya adalah "Hide Your Online Status on WhatsApp Web".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hide Online for Whatsapp Web

Unduh file ekstensi Hide Online for Whatsapp Web dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        With this extension, you can protect your privacy by hiding your online status on Whatsapp Web. At the same time, by disabling read notifications, the other party cannot see your read notifications while you see the other party's read notifications.                    

Informasi Dasar Ekstensi

Nama Hide Online for Whatsapp Web Hide Online for Whatsapp Web
ID jcneeahkklelmgmdhakianajbmolceai
URL Resmi https://chromewebstore.google.com/detail/hide-online-for-whatsapp/jcneeahkklelmgmdhakianajbmolceai
Deskripsi Hide Your Online Status on WhatsApp Web
Ukuran File 38.09 KB
Jumlah Instalasi 1,079
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-08-01
Tanggal Publikasi 2021-08-01
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Odin
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide Online for Whatsapp Web",
    "description": "Hide Your Online Status on WhatsApp Web",
    "version": "1.0",
    "icons": {
        "16": "icon-32.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "ws_commons.js",
                "main_wphideonline.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon-48.png",
        "default_title": "Hide Online for Whatsapp Web",
        "default_popup": "options.html"
    },
    "permissions": [
        "https:\/\/web.whatsapp.com\/*",
        "declarativeContent",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/web.whatsapp.com\/*"
        ]
    }
}