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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | jccncdabkmlbdieginahchogcfllfkhk |
官方網址 | 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 } ] } |