PPz
Add dark mode to web pages.
Apa itu PPz?
PPz adalah ekstensi Chrome yang dikembangkan oleh PPz, dan fitur utamanya adalah "Add dark mode to web pages.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PPz
Unduh file ekstensi PPz dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | PPz |
ID | hijebeohkblbdbfmmllpfgneocfhmlao |
URL Resmi | https://chromewebstore.google.com/detail/ppz/hijebeohkblbdbfmmllpfgneocfhmlao |
Deskripsi | Add dark mode to web pages. |
Ukuran File | 15.91 KB |
Jumlah Instalasi | 154 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2023-11-22 |
Tanggal Publikasi | 2023-11-22 |
Pengembang | PPz |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ppz-pro/chrome-filter |
URL Halaman Bantuan | https://github.com/ppz-pro/chrome-filter |
Bahasa yang Didukung | 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" ] } |