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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
이메일 [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"
    }
}