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

Qu'est-ce que Dark Side ?

Dark Side est une extension Chrome développée par Emmanuel Aina, et sa fonction principale est "An extension that helps you to change any website to dark mode and change the font of any website to your desired font".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dark Side

Téléchargez les fichiers d'extension Dark Side au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Dark Side Dark Side
ID mepmobcikgjmkmfpogmigbmliihpnpkb
URL Officiel https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb
Description An extension that helps you to change any website to dark mode and change the font of any website to your desired font
Taille du Fichier 21.13 KB
Nombre d'Installations 819
Version Actuelle 1.5
Dernière Mise à Jour 2019-09-23
Date de Publication 2019-09-23
Évaluation 3.17/5 Total 6 Évaluations
Développeur Emmanuel Aina
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}