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

Co to jest Dark Side?

Dark Side to rozszerzenie Chrome opracowane przez Emmanuel Aina, a jego główną funkcją jest „An extension that helps you to change any website to dark mode and change the font of any website to your desired font”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Dark Side

Pobierz pliki rozszerzeń Dark Side w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Dark Side Dark Side
ID mepmobcikgjmkmfpogmigbmliihpnpkb
Oficjalny URL https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb
Opis An extension that helps you to change any website to dark mode and change the font of any website to your desired font
Rozmiar pliku 21.13 KB
Liczba instalacji 819
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2019-09-23
Data Publikacji 2019-09-23
Ocena 3.17/5 Łącznie 6 Oceny
Deweloper Emmanuel Aina
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}