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
官方URL 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"
}