WhatsApp Web Dark Theme
Unofficial extension to activate dark theme on WhatsApp Web
什麼是WhatsApp Web Dark Theme?
WhatsApp Web Dark Theme是由Paurav開發的Chrome擴展程式,該擴展的主要功能是“Unofficial extension to activate dark theme on WhatsApp Web”。
擴展截圖
下載WhatsApp Web Dark Theme擴展crx文件
下載WhatsApp Web Dark Theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Unofficial extension to activate dark theme/mode on WhatsApp Web. Switches the theme to dark by default. Use the toggle button to switch between the themes.
擴展基本資訊
名稱 | |
ID | iolpeomlccagjabagjnifiphjjlmpdoe |
官方網址 | https://chrome.google.com/webstore/detail/whatsapp-web-dark-theme/iolpeomlccagjabagjnifiphjjlmpdoe |
簡介 | Unofficial extension to activate dark theme on WhatsApp Web |
檔案大小 | 14.24 KB |
安裝次數 | 43 |
目前版本 | 1.0 |
更新時間 | 2020-06-14 |
上架時間 | 2020-06-14 |
開發者 | Paurav |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsApp Web Dark Theme", "version": "1.0", "description": "Unofficial extension to activate dark theme on WhatsApp Web", "permissions": [ "declarativeContent", "webNavigation", "https:\/\/web.whatsapp.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "html\/popup.html", "default_icon": { "16": "images\/whatsapp-16.png", "32": "images\/whatsapp-32.png", "48": "images\/whatsapp-48.png", "128": "images\/whatsapp-128.png" } }, "icons": { "16": "images\/whatsapp-16.png", "32": "images\/whatsapp-32.png", "48": "images\/whatsapp-48.png", "128": "images\/whatsapp-128.png" } } |