Night mode

The dark theme for Instagram protects your eyes by changing colors to darker ones.

Τι είναι το Night mode;

Το Night mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ali, και η κύρια λειτουργία του είναι "The dark theme for Instagram protects your eyes by changing colors to darker ones.".

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

screenshot
screenshot

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

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

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

                        This extension for Instagram applies a dark theme by clicking on the icon. Works on all pages of the site. If desired, the dark theme can be disabled by clicking on the icon.

Our eyes perceive the Dark Theme for Instagram better at night or indoors with poor lighting. It also just looks cool.

This design is completely sleek and minimalist. Works on the toggle button in the upper right corner. It's so easy to switch from day to night mode.

The dark theme for Instagram brings a new look while keeping the same feel, making it familiar yet new.

Instagram is a trademark of Instagram Inc., registered in the US and other countries. This is an independent project developed by [email protected] and not affiliated with Instagram Inc.                    

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

Όνομα Night mode Night mode
ID mdnkjehfdplfnomhcbhinllojmfbncfk
Επίσημο URL https://chromewebstore.google.com/detail/night-mode/mdnkjehfdplfnomhcbhinllojmfbncfk
Περιγραφή The dark theme for Instagram protects your eyes by changing colors to darker ones.
Μέγεθος Αρχείου 36.6 KB
Αριθμός Εγκαταστάσεων 31,336
Τρέχουσα Έκδοση 0.0.10
Τελευταία Ενημέρωση 2022-11-11
Ημερομηνία Δημοσίευσης 2021-03-14
Αξιολόγηση 3.91/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής ali
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,es,it,pl,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "manifest_version": 2,
    "version": "0.0.10",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/enable.png",
        "default_title": "__MSG_short_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "48": "img\/enable.png"
    },
    "web_accessible_resources": [
        "\/img\/128x128.png"
    ]
}