Instagram Dark Mode Extension

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

Co to jest Instagram Dark Mode Extension?

Instagram Dark Mode Extension to rozszerzenie Chrome opracowane przez margaretafossb70, a jego główną funkcją jest „Easily switch your Instagram page to dark mode to protect your eyes.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Instagram Dark Mode Extension

Pobierz pliki rozszerzeń Instagram Dark Mode Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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;                    

Podstawowe informacje o rozszerzeniu

Nazwa Instagram Dark Mode Extension Instagram Dark Mode Extension
ID mdnphcaieagbelaibkmcklmmpfimnkcg
Oficjalny URL https://chrome.google.com/webstore/detail/instagram-dark-mode-exten/mdnphcaieagbelaibkmcklmmpfimnkcg
Opis Easily switch your Instagram page to dark mode to protect your eyes.
Rozmiar pliku 92.42 KB
Liczba instalacji 1,000
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-08-24
Data Publikacji 2022-08-24
Ocena 4.80/5 Łącznie 5 Oceny
Deweloper margaretafossb70
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://twiclips.top/privacy
Obsługiwane Języki 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"
}