Native Instagram Dark Mode

Forces instagram.com to use its native dark mode!

Co to jest Native Instagram Dark Mode?

Native Instagram Dark Mode to rozszerzenie Chrome opracowane przez dgirgenti, a jego główną funkcją jest „Forces instagram.com to use its native dark mode!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Native Instagram Dark Mode

Pobierz pliki rozszerzeń Native Instagram Dark Mode 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

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Native Instagram Dark Mode Native Instagram Dark Mode
ID kipaadjkfleinofipnlpbcjaagjjmahn
Oficjalny URL https://chrome.google.com/webstore/detail/native-instagram-dark-mod/kipaadjkfleinofipnlpbcjaagjjmahn
Opis Forces instagram.com to use its native dark mode!
Rozmiar pliku 8.54 KB
Liczba instalacji 6,000
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-06-06
Data Publikacji 2022-04-25
Ocena 4.83/5 Łącznie 24 Oceny
Deweloper dgirgenti
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/dgirgenti/instagram-darkmode
Adres URL Strony Pomocy https://github.com/dgirgenti/instagram-darkmode/issues
Obsługiwane Języki 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\/*"
    ]
}