PPz

Add dark mode to web pages.

Wat is PPz?

PPz is een Chrome-extensie ontwikkeld door PPz, en de belangrijkste functie is "Add dark mode to web pages.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PPz

Download PPz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam PPz PPz
ID hijebeohkblbdbfmmllpfgneocfhmlao
Officiële URL https://chromewebstore.google.com/detail/ppz/hijebeohkblbdbfmmllpfgneocfhmlao
Beschrijving Add dark mode to web pages.
Bestandsgrootte 15.91 KB
Aantal Installaties 154
Huidige Versie 0.0.2
Laatst Bijgewerkt 2023-11-22
Publicatiedatum 2023-11-22
Ontwikkelaar PPz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ppz-pro/chrome-filter
Help Pagina-URL https://github.com/ppz-pro/chrome-filter
Ondersteunde Talen 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"
    ]
}