Native Instagram Dark Mode
Forces instagram.com to use its native dark mode!
Apa itu Native Instagram Dark Mode?
Native Instagram Dark Mode adalah ekstensi Chrome yang dikembangkan oleh dgirgenti, dan fitur utamanya adalah "Forces instagram.com to use its native dark mode!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Native Instagram Dark Mode
Unduh file ekstensi Native Instagram Dark Mode 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
Instagram's website has a dark mode, but the only way to enable it is to append ?theme=dark to every URL. This extension does just that! No custom stylesheet, no code injection, just telling the website to use its own dark mode. (This extension is not developed by or affiliated with Instagram)
Informasi Dasar Ekstensi
Nama | |
ID | kipaadjkfleinofipnlpbcjaagjjmahn |
URL Resmi | https://chrome.google.com/webstore/detail/native-instagram-dark-mod/kipaadjkfleinofipnlpbcjaagjjmahn |
Deskripsi | Forces instagram.com to use its native dark mode! |
Ukuran File | 8.54 KB |
Jumlah Instalasi | 6,000 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2022-06-06 |
Tanggal Publikasi | 2022-04-25 |
Penilaian | 4.83/5 Total 24 Penilaian |
Pengembang | dgirgenti |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/dgirgenti/instagram-darkmode |
URL Halaman Bantuan | https://github.com/dgirgenti/instagram-darkmode/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Native Instagram Dark Mode", "description": "Forces instagram.com to use its native dark mode!", "version": "0.0.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "rules", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ] } |