Instagram Dark Theme

Dark Theme for Instagram

Instagram Dark Themeとは何ですか?

Instagram Dark Themeはsamagraguptaによって開発されたChromeの拡張機能で、その主な機能は「Dark Theme for Instagram」です。

拡張機能のスクリーンショット

screenshot

Instagram Dark Theme拡張機能のCRXファイルをダウンロード

Instagram Dark Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Get the Dark theme on your instagram page!!                    

拡張機能の基本情報

名前 Instagram Dark Theme Instagram Dark Theme
ID hifllpglcioapaciaggdmjpjcfpgehdg
公式URL https://chrome.google.com/webstore/detail/instagram-dark-theme/hifllpglcioapaciaggdmjpjcfpgehdg
説明 Dark Theme for Instagram
ファイルサイズ 12.03 KB
インストール数 89
現在のバージョン 1.0
最終更新日 2020-09-27
公開日 2020-09-27
評価 4.00/5 合計 1 レビュー
開発者 samagragupta
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}