Native Instagram Dark Mode

Forces instagram.com to use its native dark mode!

什麼是Native Instagram Dark Mode?

Native Instagram Dark Mode是由dgirgenti開發的Chrome擴展程式,該擴展的主要功能是“Forces instagram.com to use its native dark mode!”。

擴展截圖

screenshot

下載Native Instagram Dark Mode擴展crx文件

下載Native Instagram Dark Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 Native Instagram Dark Mode Native Instagram Dark Mode
ID kipaadjkfleinofipnlpbcjaagjjmahn
官方網址 https://chrome.google.com/webstore/detail/native-instagram-dark-mod/kipaadjkfleinofipnlpbcjaagjjmahn
簡介 Forces instagram.com to use its native dark mode!
檔案大小 8.54 KB
安裝次數 6,000
目前版本 0.0.1
更新時間 2022-06-06
上架時間 2022-04-25
評分 4.83/5 共 24 次評分
開發者 dgirgenti
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/dgirgenti/instagram-darkmode
說明頁面URL https://github.com/dgirgenti/instagram-darkmode/issues
支援的語言 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\/*"
    ]
}