Darkling Dark mode

Turn on dark mode for web sites

Co je Darkling Dark mode?

Darkling Dark mode je rozšíření Chrome vyvinuté Greent Wisai, a jeho hlavní funkcí je „Turn on dark mode for web sites“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Darkling Dark mode

Stáhněte si soubory rozšíření Darkling Dark mode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Darkling is an app that allows you to turn on dark mode for websites. Social networks, mainstream media sites, and other sites.🌃
The main features are:
⚫️Apply dark mode to various web sites
⚫️Enable night shift - yellow tint that helps your eyes
⚫️You can disable it on one or several hostnames if the website supports dark mode natively.
This app works on a lot of sites for you not to worry about getting more apps ✔
Download and enjoy 🖤                    

Základní Informace o Rozšíření

Název Darkling Dark mode Darkling Dark mode
ID enofnamganfiiidbpcmcihkihfmfpobo
Oficiální URL https://chrome.google.com/webstore/detail/darkling-dark-mode/enofnamganfiiidbpcmcihkihfmfpobo
Popis Turn on dark mode for web sites
Velikost souboru 442 KB
Počet instalací 50,000
Aktuální Verze 1.5.6
Poslední Aktualizace 2022-09-14
Datum Vydání 2021-10-04
Hodnocení 3.75/5 Celkem 101 Hodnocení
Vývojář Greent Wisai
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://docs.google.com/document/d/1i-rqU1SZ5LP_OWCPE6FOacTyMz94lvpKd4wYbsd9r1A/edit?usp=sharing
Podporované Jazyky id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Darkling Dark mode",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "content.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "",
        "contextMenus"
    ],
    "version": "1.5.6",
    "web_accessible_resources": [
        "\/css\/*.css"
    ]
}