Daydream Night Mode
Get rid of the sun-like screen and have a sweet Daydream...
Wat is Daydream Night Mode?
Daydream Night Mode is een Chrome-extensie ontwikkeld door zankyostudio, en de belangrijkste functie is "Get rid of the sun-like screen and have a sweet Daydream...".
Extensie Screenshots
Download het CRX-bestand van de extensie Daydream Night Mode
Download Daydream Night Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Get rid of the sun-like screen and take your sweet dream. Provide dark mode access to all websites with customizable contrast. You can also exclude any website from the extension if the website already provides dark mode.
Basisinformatie over de Extensie
Naam | Daydream Night Mode |
ID | kbbmooglpoifkklpckgabiahlicnhnmo |
Officiële URL | https://chromewebstore.google.com/detail/daydream-night-mode/kbbmooglpoifkklpckgabiahlicnhnmo |
Beschrijving | Get rid of the sun-like screen and have a sweet Daydream... |
Bestandsgrootte | 10.58 KB |
Aantal Installaties | 1,004 |
Huidige Versie | 0.1.6 |
Laatst Bijgewerkt | 2020-11-20 |
Publicatiedatum | 2019-06-01 |
Beoordeling | 4.18/5 Totaal 11 Beoordelingen |
Ontwikkelaar | zankyostudio |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Daydream Night Mode", "version": "0.1.6", "description": "Get rid of the sun-like screen and have a sweet Daydream...", "permissions": [ "activeTab", "tabs", "https:\/\/*\/*", "http:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/*\/*", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/*\/*" ], "css": [ "content.css" ], "run_at": "document_start" } ], "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "DaydreamIcon.png" } } |