Wattpad Read Mode
Declutters Wattpad UI to let you focus on reading
Wattpad Read Modeとは何ですか?
Wattpad Read Modeはstylvによって開発されたChromeの拡張機能で、その主な機能は「Declutters Wattpad UI to let you focus on reading」です。
拡張機能のスクリーンショット
Wattpad Read Mode拡張機能のCRXファイルをダウンロード
Wattpad Read Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a button called "Enable Read Mode" when you're in a Wattpad story. Click the button to hide all the clutter so you can focus on reading your story!
拡張機能の基本情報
名前 | Wattpad Read Mode |
ID | dcccjojljijikdpgfollhdhfnmcedkkg |
公式URL | https://chromewebstore.google.com/detail/wattpad-read-mode/dcccjojljijikdpgfollhdhfnmcedkkg |
説明 | Declutters Wattpad UI to let you focus on reading |
ファイルサイズ | 15.83 KB |
インストール数 | 3,942 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-09-05 |
公開日 | 2021-09-05 |
評価 | 4.92/5 合計 13 レビュー |
開発者 | stylv |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wattpad Read Mode", "version": "1.0.0", "description": "Declutters Wattpad UI to let you focus on reading", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.wattpad.com\/*" ] } ], "icons": { "16": "wattpad16.png", "48": "wattpad48.png", "128": "wattpad128.png" } } |