AWS Dark
Update aws dark mode cookie on page load
Wat is AWS Dark?
AWS Dark is een Chrome-extensie ontwikkeld door enlow.keith, en de belangrijkste functie is "Update aws dark mode cookie on page load".
Extensie Screenshots
Download het CRX-bestand van de extensie AWS Dark
Download AWS Dark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AWS Dark |
ID | ipdchdaimepggclpjanobgdahjflhedd |
Officiële URL | https://chromewebstore.google.com/detail/aws-dark/ipdchdaimepggclpjanobgdahjflhedd |
Beschrijving | Update aws dark mode cookie on page load |
Bestandsgrootte | 3.14 KB |
Aantal Installaties | 130 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-04-10 |
Publicatiedatum | 2022-04-10 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | enlow.keith |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |