AWS Dark
Update aws dark mode cookie on page load
What is AWS Dark?
AWS Dark is a Chrome extension developed by enlow.keith, and its main feature is "Update aws dark mode cookie on page load".
Extension Screenshots
Download AWS Dark Extension CRX File
Download AWS Dark 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
Amazon AWS has begun the infrastructure to enable a dark mode on select web pages in their console via a cookie. This extension will set and attempt to keep the cookie in dark mode.
Extension Basic Information
Name | AWS Dark |
ID | ipdchdaimepggclpjanobgdahjflhedd |
Official URL | https://chromewebstore.google.com/detail/aws-dark/ipdchdaimepggclpjanobgdahjflhedd |
Description | Update aws dark mode cookie on page load |
File Size | 3.14 KB |
Installation Count | 130 |
Current Version | 1.1 |
Last Updated | 2022-04-10 |
Publish Date | 2022-04-10 |
Rating | 3.00/5 Total 2 Ratings |
Developer | enlow.keith |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AWS Dark", "description": "Update aws dark mode cookie on page load", "version": "1.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*" ], "run_at": "document_end", "js": [ "content-script.js" ] } ] } |