Dark Mode WebWhatsapp by Alain

Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it

什么是Dark Mode WebWhatsapp by Alain?

Dark Mode WebWhatsapp by Alain是由alainpaulinn开发的Chrome扩展程序,该扩展的主要功能是“Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it”。

扩展截图

screenshot

下载Dark Mode WebWhatsapp by Alain扩展crx文件

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

扩展使用说明

                        This is a very simple extension, without any background processes yet very useful for people who need Web Whatsapp (on computer or tablet) especially at night. This does not need any configuration, by the time you install it, and Boomm It works!
Disable The Extension when you do not need dark mode, and re-enable it when you need it.
Never again get Eye pain because of having blasted too much Whatsapp Web bright light into your eyes at night.                    

扩展基本信息

名称 Dark Mode WebWhatsapp by Alain Dark Mode WebWhatsapp by Alain
ID kffnmkhdjniiefbclcbgcdonjnkdplcl
官方URL https://chrome.google.com/webstore/detail/dark-mode-webwhatsapp-by/kffnmkhdjniiefbclcbgcdonjnkdplcl
简介 Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it
文件大小 1.16 MB
安装次数 122
当前版本 1.0.0
更新时间 2020-08-18
上架时间 2020-07-26
评分 5.00/5 共5次评分
开发者 alainpaulinn
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dark Mode WebWhatsapp by Alain",
    "version": "1.0.0",
    "description": "Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "AlainDARKWebWatsapp.png"
    }
}