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
公式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
Eメール [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"
    ]
}