PPz
Add dark mode to web pages.
What is PPz?
PPz is a Chrome extension developed by PPz, and its main feature is "Add dark mode to web pages.".
Extension Screenshots
Download PPz Extension CRX File
Download PPz extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | PPz |
ID | hijebeohkblbdbfmmllpfgneocfhmlao |
Official URL | https://chromewebstore.google.com/detail/ppz/hijebeohkblbdbfmmllpfgneocfhmlao |
Description | Add dark mode to web pages. |
File Size | 15.91 KB |
Installation Count | 154 |
Current Version | 0.0.2 |
Last Updated | 2023-11-22 |
Publish Date | 2023-11-22 |
Developer | PPz |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ppz-pro/chrome-filter |
Help Page URL | https://github.com/ppz-pro/chrome-filter |
Supported Languages | 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" ] } |