Dark Mode for Google Chrome™

It is a dark mode for all the browse. It darkens all the websites you visit so you can browse without straining your eyes.

Τι είναι το Dark Mode for Google Chrome™;

Το Dark Mode for Google Chrome™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον freebusinessapps, και η κύρια λειτουργία του είναι "It is a dark mode for all the browse. It darkens all the websites you visit so you can browse without straining your eyes.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dark Mode for Google Chrome™

Λήψη αρχείων επέκτασης Dark Mode for Google Chrome™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Want to rest your eyes from the glare of a computer screen? The best way to protect your eyes when you are using the computer at night is to have white font and a black background color for the website.
If you want to continue using the computer for a long period of time and not have strained eyes, simply install our software Dark Mode for Google Chrome™
Our software allows you to turn the website into dark mode status where it uses white font and a black background. Simply press the software icon to turn
dark mode on/off for the web page you are on.
Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. Dark Mode for Google Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

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

Όνομα Dark Mode for Google Chrome™ Dark Mode for Google Chrome™
ID pahfpfcfakjnfjgknppagnmajidhakea
Επίσημο URL https://chromewebstore.google.com/detail/dark-mode-for-google-chro/pahfpfcfakjnfjgknppagnmajidhakea
Περιγραφή It is a dark mode for all the browse. It darkens all the websites you visit so you can browse without straining your eyes.
Μέγεθος Αρχείου 283 KB
Αριθμός Εγκαταστάσεων 6,103
Τρέχουσα Έκδοση 3.0.0
Τελευταία Ενημέρωση 2022-12-31
Ημερομηνία Δημοσίευσης 2020-02-12
Αξιολόγηση 4.24/5 Συνολικά 46 Αξιολογήσεις
Προγραμματιστής freebusinessapps
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://translate-welcome.freebusinessapps.net/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "js\/main.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/universal.css"
            ],
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "homepage_url": "https:\/\/darkmode.freebusinessapps.net",
    "icons": {
        "128": "icons\/icon.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "offline_enabled": true,
    "options_page": "templates\/options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "short_name": "darkmode",
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "templates\/popup.html"
    }
}