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
官方網址 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"
    }
}