Daydream Night Mode
Get rid of the sun-like screen and have a sweet Daydream...
Daydream Night Mode là gì?
Daydream Night Mode là một tiện ích mở rộng Chrome được phát triển bởi zankyostudio, và tính năng chính của nó là "Get rid of the sun-like screen and have a sweet Daydream...".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Daydream Night Mode
Tải xuống các tệp mở rộng Daydream Night Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Daydream Night Mode |
ID | kbbmooglpoifkklpckgabiahlicnhnmo |
URL Chính Thức | https://chromewebstore.google.com/detail/daydream-night-mode/kbbmooglpoifkklpckgabiahlicnhnmo |
Mô tả | Get rid of the sun-like screen and have a sweet Daydream... |
Kích Thước Tệp | 10.58 KB |
Số Lần Cài Đặt | 1,004 |
Phiên Bản Hiện Tại | 0.1.6 |
Cập Nhật Lần Cuối | 2020-11-20 |
Ngày Phát Hành | 2019-06-01 |
Đánh Giá | 4.18/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | zankyostudio |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |