Simple Dark Theme
Creating a Dark Theme in any website
What is Simple Dark Theme?
Simple Dark Theme is a Chrome extension developed by chrishawk.services, and its main feature is "Creating a Dark Theme in any website".
Extension Screenshots
Download Simple Dark Theme Extension CRX File
Download Simple Dark Theme 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
Simple Dark Theme extension will allow you to easily change your browser theme by choice You will be able to rest your eyes with our custom theme in any website you want
Extension Basic Information
Name | |
ID | lofodjkbilfilhbmabialcbganiechci |
Official URL | https://chrome.google.com/webstore/detail/simple-dark-theme/lofodjkbilfilhbmabialcbganiechci |
Description | Creating a Dark Theme in any website |
File Size | 127 KB |
Installation Count | 2,082 |
Current Version | 1 |
Last Updated | 2022-11-28 |
Publish Date | 2022-11-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | chrishawk.services |
[email protected] | |
Payment Type | free |
Extension Website | https://home.vcvordirty.xyz/index.html |
Help Page URL | https://home.vcvordirty.xyz/contact.html |
Privacy Policy Page URL | https://home.vcvordirty.xyz/privacy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "icons\/128.png", "32": "icons\/32.png", "48": "icons\/48.png" }, "default_popup": "popup.html", "default_title": "Simple Dark Theme" }, "background": { "service_worker": "libs\/background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "libs\/content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "description": "Creating a Dark Theme in any website", "icons": { "128": "icons\/128.png", "32": "icons\/32.png", "48": "icons\/48.png" }, "manifest_version": 3, "name": "Simple Dark Theme", "permissions": [ "storage" ], "version": "1" } |