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 |
公式URL | 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 |
Eメール | [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 } ] } |