Native Instagram Dark Mode
Forces instagram.com to use its native dark mode!
Cos'è Native Instagram Dark Mode?
Native Instagram Dark Mode è un'estensione di Chrome sviluppata da dgirgenti, e la sua funzione principale è "Forces instagram.com to use its native dark mode!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Native Instagram Dark Mode
Scarica i file di estensione Native Instagram Dark Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | |
ID | kipaadjkfleinofipnlpbcjaagjjmahn |
URL Ufficiale | https://chrome.google.com/webstore/detail/native-instagram-dark-mod/kipaadjkfleinofipnlpbcjaagjjmahn |
Descrizione | Forces instagram.com to use its native dark mode! |
Dimensione del File | 8.54 KB |
Conteggio Installazioni | 6,000 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2022-06-06 |
Data di Pubblicazione | 2022-04-25 |
Valutazione | 4.83/5 Totale 24 Valutazioni |
Sviluppatore | dgirgenti |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dgirgenti/instagram-darkmode |
URL della Pagina di Aiuto | https://github.com/dgirgenti/instagram-darkmode/issues |
Lingue Supportate | 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\/*" ] } |