Dark Mode Chrome
Dark mode chrome extension for all applying dark theme to all sites on chrome
What is Dark Mode Chrome?
Dark Mode Chrome is a Chrome extension developed by https://globaltwittertrends.com, and its main feature is "Dark mode chrome extension for all applying dark theme to all sites on chrome".
Extension Screenshots
Download Dark Mode Chrome Extension CRX File
Download Dark Mode Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Apply Dark Mode in Chrome with a single click on the extension. Just go to the choice of your page and then press the extension icon. Material Design Dark Mode for your browser applies to any page you are viewing.
Extension Basic Information
Name | Dark Mode Chrome |
ID | pdhdailechlgicdgnmdbenhnappgobpp |
Official URL | https://chromewebstore.google.com/detail/dark-mode-chrome/pdhdailechlgicdgnmdbenhnappgobpp |
Description | Dark mode chrome extension for all applying dark theme to all sites on chrome |
File Size | 16.78 KB |
Installation Count | 129 |
Current Version | 0.1 |
Last Updated | 2022-03-03 |
Publish Date | 2022-03-01 |
Developer | https://globaltwittertrends.com |
[email protected] | |
Payment Type | free |
Extension Website | https://globaltwittertrends.com/ |
Help Page URL | https://globaltwittertrends.com/chrome/darkmode.php |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Mode Chrome", "action": [], "manifest_version": 3, "version": "0.1", "description": "Dark mode chrome extension for all applying dark theme to all sites on chrome", "permissions": [ "activeTab", "scripting" ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "background": { "service_worker": "background.js" } } |