Instagram Dark Mode Extension

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

Cos'è Instagram Dark Mode Extension?

Instagram Dark Mode Extension è un'estensione di Chrome sviluppata da margaretafossb70, e la sua funzione principale è "Easily switch your Instagram page to dark mode to protect your eyes.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Instagram Dark Mode Extension

Scarica i file di estensione Instagram Dark Mode Extension 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

                        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;                    

Informazioni di Base sull'Estensione

Nome Instagram Dark Mode Extension Instagram Dark Mode Extension
ID mdnphcaieagbelaibkmcklmmpfimnkcg
URL Ufficiale https://chrome.google.com/webstore/detail/instagram-dark-mode-exten/mdnphcaieagbelaibkmcklmmpfimnkcg
Descrizione Easily switch your Instagram page to dark mode to protect your eyes.
Dimensione del File 92.42 KB
Conteggio Installazioni 1,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-08-24
Data di Pubblicazione 2022-08-24
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore margaretafossb70
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://twiclips.top/privacy
Lingue Supportate 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"
}