Simple Dark Theme

Creating a Dark Theme in any website

Apa itu Simple Dark Theme?

Simple Dark Theme adalah ekstensi Chrome yang dikembangkan oleh chrishawk.services, dan fitur utamanya adalah "Creating a Dark Theme in any website".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Simple Dark Theme

Unduh file ekstensi Simple Dark Theme 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

                        Simple Dark Theme extension will allow you to easily change your browser theme by choice
You will be able to rest your eyes with our custom theme in any website you want                    

Informasi Dasar Ekstensi

Nama Simple Dark Theme Simple Dark Theme
ID lofodjkbilfilhbmabialcbganiechci
URL Resmi https://chrome.google.com/webstore/detail/simple-dark-theme/lofodjkbilfilhbmabialcbganiechci
Deskripsi Creating a Dark Theme in any website
Ukuran File 127 KB
Jumlah Instalasi 2,082
Versi Saat Ini 1
Terakhir Diperbarui 2022-11-28
Tanggal Publikasi 2022-11-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang chrishawk.services
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://home.vcvordirty.xyz/index.html
URL Halaman Bantuan https://home.vcvordirty.xyz/contact.html
URL Halaman Kebijakan Privasi https://home.vcvordirty.xyz/privacy.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Simple Dark Theme"
    },
    "background": {
        "service_worker": "libs\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "libs\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "description": "Creating a Dark Theme in any website",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "Simple Dark Theme",
    "permissions": [
        "storage"
    ],
    "version": "1"
}