Web Whatsapp Dark Mode

Automatic enables integrated dark mode

什么是Web Whatsapp Dark Mode?

Web Whatsapp Dark Mode是由arnout.pullen开发的Chrome扩展程序,该扩展的主要功能是“Automatic enables integrated dark mode”。

扩展截图

screenshot

下载Web Whatsapp Dark Mode扩展crx文件

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

扩展使用说明

                        Automatic enables integrated dark mode                    

扩展基本信息

名称 Web Whatsapp Dark Mode Web Whatsapp Dark Mode
ID dilnacgffappinhaemadaiapdphgjdip
官方URL https://chrome.google.com/webstore/detail/web-whatsapp-dark-mode/dilnacgffappinhaemadaiapdphgjdip
简介 Automatic enables integrated dark mode
文件大小 423 KB
安装次数 4,000
当前版本 0.0.1
更新时间 2020-07-02
上架时间 2020-07-02
评分 5.00/5 共4次评分
开发者 arnout.pullen
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ArnoutPullen/WebWhatsappDarkMode
帮助页面URL https://github.com/ArnoutPullen/WebWhatsappDarkMode/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Whatsapp Dark Mode",
    "description": "Automatic enables integrated dark mode",
    "version": "0.0.1",
    "author": "Arnout Pullen",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.web.whatsapp.com\/*"
            ],
            "js": [
                "sites\/whatsapp\/web.whatsapp.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon-16x16.png",
        "32": "assets\/icons\/icon-32x32.png",
        "48": "assets\/icons\/icon-48x48.png",
        "128": "assets\/icons\/icon-128x128.png"
    }
}