Night Mode lite

A Simple Night Mode extension for lightweight websities and streaming sities

Τι είναι το Night Mode lite;

Το Night Mode lite είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rejul Raghu, και η κύρια λειτουργία του είναι "A Simple Night Mode extension for lightweight websities and streaming sities".

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

screenshot
screenshot
screenshot

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

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

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

                        Night Mode lite is simple, lightweight & privacy friendly browser add-on for lightweight websites, text-reading websites and streaming website sites, that helps you quickly turn your current page to dark . 

Night Mode lite contains simple  ON|OFF switch which enables you to easily and quickly turn the dark mode ON or OFF.


Note: Please close all tabs before installing/enable Night Mode lite (add-on won't effect tabs that are opened before installation/enable, unless reloaded). 'Night mode lite' not intended for heavily customised websites.                    

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

Όνομα Night Mode lite Night Mode lite
ID kaciggfbbmkcohjhojhbipdlofgngfmj
Επίσημο URL https://chrome.google.com/webstore/detail/night-mode-lite/kaciggfbbmkcohjhojhbipdlofgngfmj
Περιγραφή A Simple Night Mode extension for lightweight websities and streaming sities
Μέγεθος Αρχείου 22.19 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-08-03
Ημερομηνία Δημοσίευσης 2019-07-30
Αξιολόγηση 3.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Rejul Raghu
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Night Mode lite",
    "version": "1.0",
    "manifest_version": 2,
    "description": "A Simple Night Mode extension for lightweight websities and streaming sities ",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Night Mode lite",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "storage"
    ]
}