Instagram Dark Mode Extension

Easily switch your Instagram page to dark mode to protect your eyes.

Hvad er Instagram Dark Mode Extension?

Instagram Dark Mode Extension er en Chrome-udvidelse udviklet af margaretafossb70, og dens hovedfunktion er "Easily switch your Instagram page to dark mode to protect your eyes.".

Udvidelsesskærmbilleder

screenshot

Download Instagram Dark Mode Extension-udvidelses-CRX-fil

Download Instagram Dark Mode Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This Instagram dark mode extension enables native dark mode for Instagram pages. Our eyes have a better perception of instagram's dark theme at night or when the indoor light is poor. It just looks cool.
The main features: 
-Fashionable and simple design, convenient switching;
-Applicable to all instagram pages;
-Free;                    

Grundlæggende oplysninger om udvidelsen

Navn Instagram Dark Mode Extension Instagram Dark Mode Extension
ID mdnphcaieagbelaibkmcklmmpfimnkcg
Officiel URL https://chrome.google.com/webstore/detail/instagram-dark-mode-exten/mdnphcaieagbelaibkmcklmmpfimnkcg
Beskrivelse Easily switch your Instagram page to dark mode to protect your eyes.
Filstørrelse 92.42 KB
Antal Installationer 1,000
Nuværende Version 1.0.0
Senest Opdateret 2022-08-24
Udgivelsesdato 2022-08-24
Bedømmelse 4.80/5 Samlet 5 Bedømmelser
Udvikler margaretafossb70
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://twiclips.top/privacy
Understøttede Sprog id,de,en,en-GB,en-US,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "default_locale": "en",
    "description": "__MSG_extDes__",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.0"
}