Native Instagram Dark Mode
Forces instagram.com to use its native dark mode!
Vad är Native Instagram Dark Mode?
Native Instagram Dark Mode är en Chrome-tillägg utvecklad av dgirgenti, och dess huvudfunktion är "Forces instagram.com to use its native dark mode!".
Tilläggsskärmbilder
Ladda ner Native Instagram Dark Mode-förlängningens CRX-fil
Ladda ner Native Instagram Dark Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | |
ID | kipaadjkfleinofipnlpbcjaagjjmahn |
Officiell webbadress | https://chrome.google.com/webstore/detail/native-instagram-dark-mod/kipaadjkfleinofipnlpbcjaagjjmahn |
Beskrivning | Forces instagram.com to use its native dark mode! |
Filstorlek | 8.54 KB |
Antal Installationer | 6,000 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2022-06-06 |
Publiceringsdatum | 2022-04-25 |
Betyg | 4.83/5 Totalt 24 Betyg |
Utvecklare | dgirgenti |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/dgirgenti/instagram-darkmode |
Hjälpsida URL | https://github.com/dgirgenti/instagram-darkmode/issues |
Stödda Språk | 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\/*" ] } |