Daydream Night Mode
Get rid of the sun-like screen and have a sweet Daydream...
Qu'est-ce que Daydream Night Mode ?
Daydream Night Mode est une extension Chrome développée par zankyostudio, et sa fonction principale est "Get rid of the sun-like screen and have a sweet Daydream...".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Daydream Night Mode
Téléchargez les fichiers d'extension Daydream Night Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Daydream Night Mode |
ID | kbbmooglpoifkklpckgabiahlicnhnmo |
URL Officiel | https://chromewebstore.google.com/detail/daydream-night-mode/kbbmooglpoifkklpckgabiahlicnhnmo |
Description | Get rid of the sun-like screen and have a sweet Daydream... |
Taille du Fichier | 10.58 KB |
Nombre d'Installations | 1,004 |
Version Actuelle | 0.1.6 |
Dernière Mise à Jour | 2020-11-20 |
Date de Publication | 2019-06-01 |
Évaluation | 4.18/5 Total 11 Évaluations |
Développeur | zankyostudio |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |