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

Vad är Dark Side?

Dark Side är en Chrome-tillägg utvecklad av Emmanuel Aina, och dess huvudfunktion är "An extension that helps you to change any website to dark mode and change the font of any website to your desired font".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Dark Side-förlängningens CRX-fil

Ladda ner Dark Side-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Dark Side Dark Side
ID mepmobcikgjmkmfpogmigbmliihpnpkb
Officiell webbadress https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb
Beskrivning An extension that helps you to change any website to dark mode and change the font of any website to your desired font
Filstorlek 21.13 KB
Antal Installationer 819
Aktuell Version 1.5
Senast Uppdaterad 2019-09-23
Publiceringsdatum 2019-09-23
Betyg 3.17/5 Totalt 6 Betyg
Utvecklare Emmanuel Aina
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}