Social Redesign

A new, modern look for Ig web

Что такое Social Redesign?

Social Redesign - это расширение Chrome, разработанное undefined82, и его основная функция - "A new, modern look for Ig web".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Social Redesign

Скачайте файлы расширений 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
}