Wattpad Dark Mode

This extension gives Wattpad a nice dark theme.

Wattpad Dark Modeคืออะไร?

Wattpad Dark Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KLM1318 และคุณลักษณะหลักของมันคือ "This extension gives Wattpad a nice dark theme."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wattpad Dark Mode

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
        }
    ]
}