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”。

擴展截圖

screenshot
screenshot

下載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 Wattpad Read Mode
ID dcccjojljijikdpgfollhdhfnmcedkkg
官方網址 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
電子郵箱 [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"
    }
}