Dark Side

An extension that helps you to change any website to dark mode and change the font of any website to your desired font

Apa itu Dark Side?

Dark Side adalah ekstensi Chrome yang dikembangkan oleh Emmanuel Aina, dan fitur utamanya adalah "An extension that helps you to change any website to dark mode and change the font of any website to your desired font".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Dark Side

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

                        This extension helps you to change any website to dark mode and change the font of any website to your desired font                    

Informasi Dasar Ekstensi

Nama Dark Side Dark Side
ID mepmobcikgjmkmfpogmigbmliihpnpkb
URL Resmi https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb
Deskripsi An extension that helps you to change any website to dark mode and change the font of any website to your desired font
Ukuran File 21.13 KB
Jumlah Instalasi 819
Versi Saat Ini 1.5
Terakhir Diperbarui 2019-09-23
Tanggal Publikasi 2019-09-23
Penilaian 3.17/5 Total 6 Penilaian
Pengembang Emmanuel Aina
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Side",
    "version": "1.5",
    "description": "An extension that helps you to change any website to dark mode and change the font of any website to your desired font",
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}