DarkiTon

DarkiTon is a Chrome extension with bluelight filter for every website, providing relaxing night-time reading.

Τι είναι το DarkiTon;

Το DarkiTon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://darkiton.com, και η κύρια λειτουργία του είναι "DarkiTon is a Chrome extension with bluelight filter for every website, providing relaxing night-time reading.".

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

screenshot
screenshot
screenshot

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

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

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

                        DarkiTon allows you to switch the appearance of your browser from its default light theme to a darker color palette, making it easier on the eyes when browsing in low-light environments.

In addition to the dark theme, this extension may also come with a bluelight filter. The filter reduces the amount of blue light emitted by your device, which can cause eye strain and affect your sleep patterns. The bluelight filter can help minimize the amount of blue light that reaches your eyes, making it easier to work on your computer or browse the web for extended periods without experiencing eye fatigue.

When enabled, the dark mode extension inverts the color scheme of the web pages you visit, displaying white text on a dark background instead of the usual black text on a white background. This can help reduce the amount of blue light emitted by your device and improve the readability of web content.

The extension also allows you to customize the appearance of your browser further. You can choose different color schemes, adjust the contrast of the pages you visit, and even apply custom themes to specific websites or web applications. This customization can make your online experience more comfortable and enjoyable.

If you spend long hours working on your computer or browsing the web, particularly at night or in dimly lit environments, DarkiTon is the right extension for you.

Privacy Policy: https://www.darkiton.com/privacy.html
Terms and Conditions: https://www.darkiton.com/terms.html
Support: https://www.darkiton.com/support.html                    

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

Όνομα DarkiTon DarkiTon
ID jicgjmeiojnlkeoghommlhpjdnadhhhd
Επίσημο URL https://chromewebstore.google.com/detail/darkiton/jicgjmeiojnlkeoghommlhpjdnadhhhd
Περιγραφή DarkiTon is a Chrome extension with bluelight filter for every website, providing relaxing night-time reading.
Μέγεθος Αρχείου 324 KB
Αριθμός Εγκαταστάσεων 8,901
Τρέχουσα Έκδοση 5.6.30
Τελευταία Ενημέρωση 2024-02-27
Ημερομηνία Δημοσίευσης 2023-03-16
Αξιολόγηση 4.71/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://darkiton.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.darkiton.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.darkiton.com/support.html
URL της Σελίδας Πολιτικής Απορρήτου https://www.darkiton.com/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "extra-pages\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content-scripts\/styles.css"
            ],
            "js": [
                "assets\/satus\/satus.js",
                "content-scripts\/core.js",
                "content-scripts\/custom-css.js",
                "content-scripts\/dynamic-theme.js",
                "content-scripts\/filters.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "content-scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "assets\/icons\/128.png",
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png"
    },
    "manifest_version": 3,
    "name": "DarkiTon",
    "offline_enabled": true,
    "options_page": "extra-pages\/index.html",
    "permissions": [
        "scripting",
        "storage",
        "tabs",
        "declarativeNetRequest",
        "cookies"
    ],
    "version": "5.6.30"
}