WhatsApp Dark Mode

Enables Dark Mode on WhatsApp Web

什么是WhatsApp Dark Mode?

WhatsApp Dark Mode是由http://harshitpeer.com开发的Chrome扩展程序,该扩展的主要功能是“Enables Dark Mode on WhatsApp Web”。

扩展截图

screenshot
screenshot

下载WhatsApp Dark Mode扩展crx文件

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

扩展使用说明

                        This simple and minimal extension gives you Dark Mode on WhatsApp Web with just one time installation

This is an unofficial enhacement for WhatsApp Web. This extension is not related in any way to WhatsApp Inc. WhatsApp is a trademark of WhatsApp Inc.                    

扩展基本信息

名称 WhatsApp Dark Mode WhatsApp Dark Mode
ID jccncdabkmlbdieginahchogcfllfkhk
官方URL https://chrome.google.com/webstore/detail/whatsapp-dark-mode/jccncdabkmlbdieginahchogcfllfkhk
简介 Enables Dark Mode on WhatsApp Web
文件大小 5.38 KB
安装次数 20
当前版本 1.0.0
更新时间 2020-05-21
上架时间 2020-05-21
开发者 http://harshitpeer.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://harshitpeer.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatsApp Dark Mode",
    "short_name": "WDM",
    "description": "Enables Dark Mode on WhatsApp Web",
    "version": "1.0.0",
    "icons": {
        "64": "images\/icon.png"
    },
    "permissions": [
        "https:\/\/web.whatsapp.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "64": "images\/icon.png"
        },
        "default_title": "Enables Dark Mode on WhatsApp Web",
        "default_popup": "html\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/whatsmsg.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/web.whatsapp.com\/*",
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}