PPz

Add dark mode to web pages.

什麼是PPz?

PPz是由PPz開發的Chrome擴展程式,該擴展的主要功能是“Add dark mode to web pages.”。

擴展截圖

screenshot
screenshot

下載PPz擴展crx文件

下載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
官方網址 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"
    ]
}