Nocturne dark theme

Perfect dark themes for the popular websites

Τι είναι το Nocturne dark theme;

Το Nocturne dark theme είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Danica Majcen, και η κύρια λειτουργία του είναι "Perfect dark themes for the popular websites".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Nocturne dark theme

Λήψη αρχείων επέκτασης Nocturne dark theme σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Nocturne enables dark themes on popular websites.

We maintain, test, and update all the themes regularly.  

Features:
⭐ Works on many popular web sites. You don’t need several dark theme extensions for every site.
⭐ Add site to the blacklist. If something is wrong you can always add a site to the blacklist.
⭐ Night shift mode. Enable Yellow tint that turns on after subset

Feel free to let us know if some site doesn’t work. Please use the review section of the store.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Nocturne dark theme Nocturne dark theme
ID imendndoonjkdkckdhnllocplobgapfc
Επίσημο URL https://chrome.google.com/webstore/detail/nocturne-dark-theme/imendndoonjkdkckdhnllocplobgapfc
Περιγραφή Perfect dark themes for the popular websites
Μέγεθος Αρχείου 1.15 MB
Αριθμός Εγκαταστάσεων 300,000
Τρέχουσα Έκδοση 1.5.2
Τελευταία Ενημέρωση 2021-08-25
Ημερομηνία Δημοσίευσης 2021-03-23
Αξιολόγηση 3.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Danica Majcen
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1X0b2jZz8Ir-GM9QTBzpRE6zQQadzoTUQa5-QvrL6fik/edit?usp=sharing
Υποστηριζόμενες Γλώσσες 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",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content2.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "inject.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "version": "1.5.2",
    "web_accessible_resources": [
        "\/css\/*.css"
    ]
}