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文件

下载Social Redesign扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}