Dark Mode 2.0 for Youtube, Facebook, Whatsapp
Turn on Dark Mode for Chrome, Windows 10, PC, Desktop, Mac, Chromebook
Vad är Dark Mode 2.0 for Youtube, Facebook, Whatsapp?
Dark Mode 2.0 for Youtube, Facebook, Whatsapp är en Chrome-tillägg utvecklad av Dark Mode [all-in-one], och dess huvudfunktion är "Turn on Dark Mode for Chrome, Windows 10, PC, Desktop, Mac, Chromebook".
Tilläggsskärmbilder
Ladda ner Dark Mode 2.0 for Youtube, Facebook, Whatsapp-förlängningens CRX-fil
Ladda ner Dark Mode 2.0 for Youtube, Facebook, Whatsapp-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Dark Mode for your favourite sites, turn the bright lights off Dark Mode is an extension that helps you quickly turn the screen (browser) to dark at night time. Toolbar icon serves as a toggle button that enables you to quickly Enable or Disable the add-on (note: the icon will change color once you click on it). If you do not like the current dark theme, please visit the options page and choose a different theme from over 50 available options. Dark Mode can be used for Facebook, Google, Youtube and many many more. Some websites are already optimized for Dark Mode, like YouTube™ and Reddit™. Turn on Dark Mode in Chrome's settings or with this extension to make it easier on your eyes! Install this extension to enable Dark Mode on youtube, facebook, whatsapp and instagram. This Chrome extension makes Youtube, Facebook, Whatsapp, instagram and the rest of the web go dark. This extension inverts all colors on your page to make it easier on the eyes at night. To activate the dark mode click on the icon that appears next to your URL bar. In dark mode you can read comfortably while reducing eye strain and headaches caused by bright colors. This is ideal at night when you want to continue browsing without disturbing those around you. Turn this extension off during the day and surf normally. Dark Mode is a browser add-on that helps you quickly turn the screen (browser) to dark at night time. Toolbar button serves as an ON|OFF switch which enables you to easily and quickly turn the extension ON or OFF. After installing the extension, you can see a new toolbar button next to your address bar. You can turn on or off this feature by clicking on this button. The current status is displayed using an icon in the address bar. With just one click, you can turn on or off Dark Mode for your current website. Just click the icon to toggle between Dark Mode and Normal mode. Everything is done instantly, without any reloading of pages. If you want to disable Dark Mode only temporarily, just use the ESC key on your keyboard. It will instantly disable Dark Mode on all websites until you enable it again using the toolbar button or using the ESC key.
Grundläggande Information om Tillägg
Namn | |
ID | jnbgbhkdnighmlficfljanbimfhdehlk |
Officiell webbadress | https://chrome.google.com/webstore/detail/dark-mode-20-for-youtube/jnbgbhkdnighmlficfljanbimfhdehlk |
Beskrivning | Turn on Dark Mode for Chrome, Windows 10, PC, Desktop, Mac, Chromebook |
Filstorlek | 120 KB |
Antal Installationer | 481,140 |
Aktuell Version | 2.1.0 |
Senast Uppdaterad | 2022-05-11 |
Publiceringsdatum | 2022-03-23 |
Betyg | 3.86/5 Totalt 7 Betyg |
Utvecklare | Dark Mode [all-in-one] |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://docs.google.com/document/d/10h_jw5JvrCtsEZOVLLzNq7gBvSFgJqoJsJvHaMIM3MM/edit?usp=sharing |
Stödda Språk | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "short_name": "__MSG_extShortName__", "version": "2.1.0", "manifest_version": 3, "default_locale": "en", "permissions": [ "tabs", "storage", "declarativeNetRequest", "tabs", "cookies", "activeTab", "gcm", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "asset\/icon_16.png", "48": "asset\/night-icon.png", "128": "asset\/icon_128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "1", "enabled": true, "path": "js\/Rules.json" } ] }, "action": { "default_icon": "asset\/day-icon.png", "default_popup": ".\/html\/Popup.html" }, "content_scripts": [ { "js": [ "js\/ContentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "match_about_blank": true, "run_at": "document_start", "exclude_globs": [ "*\/chrome\/newtab*" ] } ], "background": { "service_worker": "js\/Background.js" }, "web_accessible_resources": [ { "resources": [ "asset\/custom-dark-mode\/accounts.css", "asset\/custom-dark-mode\/amazon.css", "asset\/custom-dark-mode\/bing.css", "asset\/custom-dark-mode\/dark.css", "asset\/custom-dark-mode\/docs.css", "asset\/custom-dark-mode\/drive.css", "asset\/custom-dark-mode\/dropbox.css", "asset\/custom-dark-mode\/duckduckgo.css", "asset\/custom-dark-mode\/ebay.css", "asset\/custom-dark-mode\/facebook.css", "asset\/custom-dark-mode\/github.css", "asset\/custom-dark-mode\/gmail.css", "asset\/custom-dark-mode\/google.css", "asset\/custom-dark-mode\/instagram.css", "asset\/custom-dark-mode\/maps.css", "asset\/custom-dark-mode\/myaccount.css", "asset\/custom-dark-mode\/play.css", "asset\/custom-dark-mode\/reddit.css", "asset\/custom-dark-mode\/sites.css", "asset\/custom-dark-mode\/stackoverflow.css", "asset\/custom-dark-mode\/support.css", "asset\/custom-dark-mode\/telegram.css", "asset\/custom-dark-mode\/translate.css", "asset\/custom-dark-mode\/tumblr.css", "asset\/custom-dark-mode\/twitch.css", "asset\/custom-dark-mode\/twitter.css", "asset\/custom-dark-mode\/w3schools.css", "asset\/custom-dark-mode\/whatsapp.css", "asset\/custom-dark-mode\/wikipedia.css", "asset\/custom-dark-mode\/yahoo.css", "asset\/custom-dark-mode\/yandex.css", "asset\/custom-dark-mode\/youtube.css", "js\/SetStyles.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |