Instagram Dark Mode Extension

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

什麼是Instagram Dark Mode Extension?

Instagram Dark Mode Extension是由margaretafossb70開發的Chrome擴展程式,該擴展的主要功能是“Easily switch your Instagram page to dark mode to protect your eyes.”。

擴展截圖

screenshot

下載Instagram Dark Mode Extension擴展crx文件

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

擴展使用說明

                        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;                    

擴展基本資訊

名稱 Instagram Dark Mode Extension Instagram Dark Mode Extension
ID mdnphcaieagbelaibkmcklmmpfimnkcg
官方網址 https://chrome.google.com/webstore/detail/instagram-dark-mode-exten/mdnphcaieagbelaibkmcklmmpfimnkcg
簡介 Easily switch your Instagram page to dark mode to protect your eyes.
檔案大小 92.42 KB
安裝次數 1,000
目前版本 1.0.0
更新時間 2022-08-24
上架時間 2022-08-24
評分 4.80/5 共 5 次評分
開發者 margaretafossb70
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://twiclips.top/privacy
支援的語言 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"
}