Native Instagram Dark Mode
Forces instagram.com to use its native dark mode!
Wat is Native Instagram Dark Mode?
Native Instagram Dark Mode is een Chrome-extensie ontwikkeld door dgirgenti, en de belangrijkste functie is "Forces instagram.com to use its native dark mode!".
Extensie Screenshots
Download het CRX-bestand van de extensie Native Instagram Dark Mode
Download Native Instagram Dark Mode-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
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)
Basisinformatie over de Extensie
Naam | |
ID | kipaadjkfleinofipnlpbcjaagjjmahn |
Officiële URL | https://chrome.google.com/webstore/detail/native-instagram-dark-mod/kipaadjkfleinofipnlpbcjaagjjmahn |
Beschrijving | Forces instagram.com to use its native dark mode! |
Bestandsgrootte | 8.54 KB |
Aantal Installaties | 6,000 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2022-06-06 |
Publicatiedatum | 2022-04-25 |
Beoordeling | 4.83/5 Totaal 24 Beoordelingen |
Ontwikkelaar | dgirgenti |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/dgirgenti/instagram-darkmode |
Help Pagina-URL | https://github.com/dgirgenti/instagram-darkmode/issues |
Ondersteunde Talen | 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\/*" ] } |