AWS Dark
Update aws dark mode cookie on page load
Apa itu AWS Dark?
AWS Dark adalah ekstensi Chrome yang dikembangkan oleh enlow.keith, dan fitur utamanya adalah "Update aws dark mode cookie on page load".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AWS Dark
Unduh file ekstensi AWS Dark dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | AWS Dark |
ID | ipdchdaimepggclpjanobgdahjflhedd |
URL Resmi | https://chromewebstore.google.com/detail/aws-dark/ipdchdaimepggclpjanobgdahjflhedd |
Deskripsi | Update aws dark mode cookie on page load |
Ukuran File | 3.14 KB |
Jumlah Instalasi | 130 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-04-10 |
Tanggal Publikasi | 2022-04-10 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | enlow.keith |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |