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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Wattpad Dark Mode 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 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
이메일 [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
        }
    ]
}