PPz

Add dark mode to web pages.

PPzคืออะไร?

PPz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PPz และคุณลักษณะหลักของมันคือ "Add dark mode to web pages."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย PPz ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Some websites do not have dark mode, this extension is to provide these websites with dark mode.
一些网站没有暗模式,这个插件就是给这些网站提供暗模式。

github: https://github.com/ppz-pro/chrome-filter                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PPz PPz
ID hijebeohkblbdbfmmllpfgneocfhmlao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ppz/hijebeohkblbdbfmmllpfgneocfhmlao
คำอธิบาย Add dark mode to web pages.
ขนาดไฟล์ 15.91 KB
จำนวนการติดตั้ง 154
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-11-22
วันที่เผยแพร่ 2023-11-22
ผู้พัฒนา PPz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ppz-pro/chrome-filter
URL หน้าช่วยเหลือ https://github.com/ppz-pro/chrome-filter
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PPz",
    "description": "Add dark mode to web pages.",
    "version": "0.0.2",
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "main.js"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ]
}