Night Mode lite
A Simple Night Mode extension for lightweight websities and streaming sities
Night Mode lite क्या है?
Night Mode lite Rejul Raghu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Simple Night Mode extension for lightweight websities and streaming sities"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Night Mode lite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |