Social Redesign

A new, modern look for Ig web

Social Redesign란 무엇입니까?

Social Redesign은(는) undefined82에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A new, modern look for Ig web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Social Redesign 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Disclaimer: THIS EXTENSION IS NOT DEVELOPED BY INSTAGRAM AND IS NOT ASSOCIATED WITH META. 

This is an unofficial addon that modifies the design of Instagram web.
It also allows to open media in a new tab.

The source code is available at: https://github.com/ivocass/instagram-redesigned                    

확장 프로그램 기본 정보

이름 Social Redesign Social Redesign
ID fogcfagnihhjclemiamiaofgcbjgleop
공식 URL https://chromewebstore.google.com/detail/social-redesign/fogcfagnihhjclemiamiaofgcbjgleop
설명 A new, modern look for Ig web
파일 크기 35.71 KB
설치 횟수 40
현재 버전 0.0.4.6
최근 업데이트 2024-02-19
출시 날짜 2022-12-26
평점 5.00/5 총 1 개의 평점
개발자 undefined82
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ivocass/instagram-redesigned
도움말 페이지 URL https://github.com/ivocass/instagram-redesigned
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Redesign",
    "version": "0.0.4.6",
    "description": "A new, modern look for Ig web",
    "action": {
        "default_icon": {
            "16": "assets\/logo16.png",
            "32": "assets\/logo32.png",
            "48": "assets\/logo48.png",
            "128": "assets\/logo128.png"
        },
        "default_popup": "src\/popup.html"
    },
    "icons": {
        "16": "assets\/logo16.png",
        "32": "assets\/logo32.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/open-media.png"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                "src\/css\/styles.css"
            ],
            "js": [
                "src\/js\/InstagramAPIUtils.js",
                "src\/js\/content-script.js"
            ]
        }
    ],
    "manifest_version": 3
}