Wattpad Dark Mode
This extension gives Wattpad a nice dark theme.
什麼是Wattpad Dark Mode?
Wattpad Dark Mode是由KLM1318開發的Chrome擴展程式,該擴展的主要功能是“This extension gives Wattpad a nice dark theme.”。
擴展截圖
下載Wattpad Dark Mode擴展crx文件
下載Wattpad Dark Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Important! This extension is no longer getting updates and will soon not fully work anymore. This message will be deleted when there will be new updates. This extension gives the Wattpad site a nice dark theme so that your eyes can relax while you are reading, writing, or just browsing the site. All pages starting with 'https://www.wattpad.com' should have a dark theme after installing this extension. If you've found a bug in the extension please let me know! You can find how to contact me in the popup of the extension. Now click that install button and have a fun time reading, writing and browsing! ** Disclaimer: this extension is in no way connected to the Wattpad or Webtoon Company.
擴展基本資訊
名稱 | Wattpad Dark Mode |
ID | pmfpkabijpecelpcdbadhbhlbhgnppkc |
官方網址 | https://chromewebstore.google.com/detail/wattpad-dark-mode/pmfpkabijpecelpcdbadhbhlbhgnppkc |
簡介 | This extension gives Wattpad a nice dark theme. |
檔案大小 | 49.26 KB |
安裝次數 | 8,000 |
目前版本 | 1.9.51 |
更新時間 | 2024-01-15 |
上架時間 | 2022-12-28 |
評分 | 4.80/5 共 35 次評分 |
開發者 | KLM1318 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wattpad Dark Mode", "description": "This extension gives Wattpad a nice dark theme.", "version": "1.9.51", "author": "KLM1318", "action": { "default_popup": ".\/popup.html", "default_title": "Wattpad Dark Mode" }, "icons": { "16": ".\/wattpad-dark-mode-low-resolution-color-logo.png", "48": ".\/wattpad-dark-mode-low-resolution-color-logo.png", "128": ".\/wattpad-dark-mode-low-resolution-color-logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.wattpad.com\/*", "https:\/\/www.wattpad.com\/home" ], "css": [ ".\/main.css" ], "all_frames": true } ] } |