Simple Dark Theme

Creating a Dark Theme in any website

Vad är Simple Dark Theme?

Simple Dark Theme är en Chrome-tillägg utvecklad av chrishawk.services, och dess huvudfunktion är "Creating a Dark Theme in any website".

Tilläggsskärmbilder

screenshot

Ladda ner Simple Dark Theme-förlängningens CRX-fil

Ladda ner Simple Dark Theme-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

                        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                    

Grundläggande Information om Tillägg

Namn Simple Dark Theme Simple Dark Theme
ID lofodjkbilfilhbmabialcbganiechci
Officiell webbadress https://chrome.google.com/webstore/detail/simple-dark-theme/lofodjkbilfilhbmabialcbganiechci
Beskrivning Creating a Dark Theme in any website
Filstorlek 127 KB
Antal Installationer 2,082
Aktuell Version 1
Senast Uppdaterad 2022-11-28
Publiceringsdatum 2022-11-28
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare chrishawk.services
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://home.vcvordirty.xyz/index.html
Hjälpsida URL https://home.vcvordirty.xyz/contact.html
URL till Sekretesspolicy Sidan https://home.vcvordirty.xyz/privacy.html
Stödda Språk 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"
}