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
Eメール [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
}