Instagram Dark Theme

Dark Theme for Instagram

Co je Instagram Dark Theme?

Instagram Dark Theme je rozšíření Chrome vyvinuté samagragupta, a jeho hlavní funkcí je „Dark Theme for Instagram“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Instagram Dark Theme

Stáhněte si soubory rozšíření Instagram Dark Theme ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Get the Dark theme on your instagram page!!                    

Základní Informace o Rozšíření

Název Instagram Dark Theme Instagram Dark Theme
ID hifllpglcioapaciaggdmjpjcfpgehdg
Oficiální URL https://chrome.google.com/webstore/detail/instagram-dark-theme/hifllpglcioapaciaggdmjpjcfpgehdg
Popis Dark Theme for Instagram
Velikost souboru 12.03 KB
Počet instalací 89
Aktuální Verze 1.0
Poslední Aktualizace 2020-09-27
Datum Vydání 2020-09-27
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář samagragupta
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Dark Theme",
    "version": "1.0",
    "description": "Dark Theme for Instagram",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "contentstyle.css"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "style.css",
        "dark.png"
    ],
    "permissions": [
        "storage"
    ]
}