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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}